Deleted Added
full compact
Makefile (269041) Makefile (271298)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: stable/10/usr.bin/Makefile 269041 2014-07-24 01:35:41Z emaste $
2# $FreeBSD: stable/10/usr.bin/Makefile 271298 2014-09-09 04:00:30Z ngie $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: deroff diction graph learn plot
7# spell spline struct xsend
8# XXX Use GNU versions: diff ld patch
9# Moved to secure: bdes
10#
11
12SUBDIR= alias \
13 apply \
14 asa \
3
4.include <bsd.own.mk>
5
6# XXX MISSING: deroff diction graph learn plot
7# spell spline struct xsend
8# XXX Use GNU versions: diff ld patch
9# Moved to secure: bdes
10#
11
12SUBDIR= alias \
13 apply \
14 asa \
15 ${_atf} \
16 awk \
17 banner \
18 basename \
19 brandelf \
20 bsdiff \
21 bzip2 \
22 bzip2recover \
23 cap_mkdb \

--- 306 unchanged lines hidden (view full) ---

330SUBDIR+= vacation
331.endif
332
333.if ${MK_TELNET} != "no"
334SUBDIR+= telnet
335.endif
336
337.if ${MK_TESTS} != "no"
15 awk \
16 banner \
17 basename \
18 brandelf \
19 bsdiff \
20 bzip2 \
21 bzip2recover \
22 cap_mkdb \

--- 306 unchanged lines hidden (view full) ---

329SUBDIR+= vacation
330.endif
331
332.if ${MK_TELNET} != "no"
333SUBDIR+= telnet
334.endif
335
336.if ${MK_TESTS} != "no"
338_atf= atf
339_tests= tests
340.endif
341
342.if ${MK_TEXTPROC} != "no"
343SUBDIR+= checknr
344SUBDIR+= colcrt
345SUBDIR+= ul
346.endif

--- 44 unchanged lines hidden ---
337_tests= tests
338.endif
339
340.if ${MK_TEXTPROC} != "no"
341SUBDIR+= checknr
342SUBDIR+= colcrt
343SUBDIR+= ul
344.endif

--- 44 unchanged lines hidden ---