Deleted Added
full compact
Makefile (256281) Makefile (260013)
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 256055 2013-10-04 18:27:02Z nwhitehorn $
2# $FreeBSD: stable/10/usr.bin/Makefile 260013 2013-12-28 20:05:31Z jmmv $
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#

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

205 ${_ypwhich}
206
207# NB: keep these sorted by MK_* knobs
208
209.if ${MK_AT} != "no"
210SUBDIR+= at
211.endif
212
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#

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

205 ${_ypwhich}
206
207# NB: keep these sorted by MK_* knobs
208
209.if ${MK_AT} != "no"
210SUBDIR+= at
211.endif
212
213.if ${MK_ATF} != "no"
214_atf= atf
215.endif
216
217.if ${MK_ATM} != "no"
218SUBDIR+= atm
219.endif
220
221.if ${MK_BLUETOOTH} != "no"
222SUBDIR+= bluetooth
223.endif
224

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

327.if ${MK_SENDMAIL} != "no"
328SUBDIR+= vacation
329.endif
330
331.if ${MK_TELNET} != "no"
332SUBDIR+= telnet
333.endif
334
213.if ${MK_ATM} != "no"
214SUBDIR+= atm
215.endif
216
217.if ${MK_BLUETOOTH} != "no"
218SUBDIR+= bluetooth
219.endif
220

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

323.if ${MK_SENDMAIL} != "no"
324SUBDIR+= vacation
325.endif
326
327.if ${MK_TELNET} != "no"
328SUBDIR+= telnet
329.endif
330
331.if ${MK_TESTS} != "no"
332_atf= atf
333.endif
334
335.if ${MK_TEXTPROC} != "no"
336SUBDIR+= checknr
337SUBDIR+= colcrt
338SUBDIR+= ul
339.endif
340
341.if ${MK_TOOLCHAIN} != "no"
342SUBDIR+= ar

--- 35 unchanged lines hidden ---
335.if ${MK_TEXTPROC} != "no"
336SUBDIR+= checknr
337SUBDIR+= colcrt
338SUBDIR+= ul
339.endif
340
341.if ${MK_TOOLCHAIN} != "no"
342SUBDIR+= ar

--- 35 unchanged lines hidden ---