Deleted Added
full compact
Makefile (135045) Makefile (135549)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 135045 2004-09-10 20:17:31Z sobomax $
2# $FreeBSD: head/usr.bin/Makefile 135549 2004-09-21 19:01:48Z des $
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 \

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

39 comm \
40 compile_et \
41 compress \
42 csplit \
43 ctags \
44 cut \
45 ${_dig} \
46 dirname \
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 \

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

39 comm \
40 compile_et \
41 compress \
42 csplit \
43 ctags \
44 cut \
45 ${_dig} \
46 dirname \
47 ${_dnskeygen} \
48 ${_dnsquery} \
49 du \
50 ee \
51 elf2aout \
52 elfdump \
53 enigma \
54 env \
55 expand \
56 false \

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

126 ${_ncplogin} \
127 netstat \
128 newgrp \
129 ${_newkey} \
130 nfsstat \
131 nice \
132 nl \
133 nohup \
47 du \
48 ee \
49 elf2aout \
50 elfdump \
51 enigma \
52 env \
53 expand \
54 false \

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

124 ${_ncplogin} \
125 netstat \
126 newgrp \
127 ${_newkey} \
128 nfsstat \
129 nice \
130 nl \
131 nohup \
132 ${_nslookup} \
133 ${_nsupdate} \
134 objformat \
135 opieinfo \
136 opiekey \
137 opiepasswd \
138 pagesize \
139 passwd \
140 paste \
141 pathchk \

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

226 ypwhich
227
228.if ${MACHINE_ARCH} != "arm" && \
229 ${MACHINE_ARCH} != "powerpc"
230_truss= truss
231.endif
232
233.if !defined(NOATM)
134 objformat \
135 opieinfo \
136 opiekey \
137 opiepasswd \
138 pagesize \
139 passwd \
140 paste \
141 pathchk \

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

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
234#_atm= atm
235.endif
236
237.if !defined(NO_BIND)
238_dig= dig
235.endif
236
237.if !defined(NO_BIND)
238_dig= dig
239_dnskeygen= dnskeygen
240_dnsquery= dnsquery
241_host= host
239_host= host
240_nslookup= nslookup
241_nsupdate= nsupdate
242.endif
243
244.if !defined(NO_BLUETOOTH)
245_bluetooth= bluetooth
246.endif
247
248.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
249_chkey= chkey

--- 41 unchanged lines hidden ---
242.endif
243
244.if !defined(NO_BLUETOOTH)
245_bluetooth= bluetooth
246.endif
247
248.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
249_chkey= chkey

--- 41 unchanged lines hidden ---