Makefile (064bee341e6c590dedc1d33eb6025e1f446f33a6) | Makefile (e01d128a428f2d8d387a4eff6b3ec602423a1b3a) |
---|---|
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 2# $FreeBSD$ 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 --- 196 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 | 1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 2# $FreeBSD$ 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 --- 196 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 --- |