Deleted Added
full compact
Makefile (136140) Makefile (137675)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 136140 2004-10-05 07:47:46Z ru $
2# $FreeBSD: head/usr.bin/Makefile 137675 2004-11-13 20:40:32Z bz $
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
7# Moved to secure: bdes
8#
9
10SUBDIR= alias \

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

216 window \
217 write \
218 xargs \
219 xinstall \
220 ${_xlint} \
221 xstr \
222 ${_yacc} \
223 yes \
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
7# Moved to secure: bdes
8#
9
10SUBDIR= alias \

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

216 window \
217 write \
218 xargs \
219 xinstall \
220 ${_xlint} \
221 xstr \
222 ${_yacc} \
223 yes \
224 ypcat \
225 ypmatch \
226 ypwhich
224 ${_ypcat} \
225 ${_ypmatch} \
226 ${_ypwhich}
227
228.if ${MACHINE_ARCH} != "arm" && \
229 ${MACHINE_ARCH} != "powerpc"
230_truss= truss
231.endif
232
233.if !defined(NOATM)
234_atm= atm

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

245_bluetooth= bluetooth
246.endif
247
248.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
249_chkey= chkey
250_newkey= newkey
251.endif
252
227
228.if ${MACHINE_ARCH} != "arm" && \
229 ${MACHINE_ARCH} != "powerpc"
230_truss= truss
231.endif
232
233.if !defined(NOATM)
234_atm= atm

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

245_bluetooth= bluetooth
246.endif
247
248.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
249_chkey= chkey
250_newkey= newkey
251.endif
252
253.if !defined(NO_NIS)
254_ypcat= ypcat
255_ypmatch= ypmatch
256_ypwhich= ypwhich
257.endif
258
253.if !defined(NO_SENDMAIL)
254_vacation= vacation
255.endif
256
257.if !defined(NO_TOOLCHAIN)
258_c89= c89
259_c99= c99
260.if ${MACHINE_ARCH} != "powerpc"

--- 30 unchanged lines hidden ---
259.if !defined(NO_SENDMAIL)
260_vacation= vacation
261.endif
262
263.if !defined(NO_TOOLCHAIN)
264_c89= c89
265_c99= c99
266.if ${MACHINE_ARCH} != "powerpc"

--- 30 unchanged lines hidden ---