Deleted Added
full compact
Makefile (87874) Makefile (87960)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 87874 2001-12-14 11:41:22Z sheldonh $
2# $FreeBSD: head/usr.bin/Makefile 87960 2001-12-14 23:11:45Z sheldonh $
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX broken: tconv
7# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx whatis
8# Moved to secure: bdes
9#
10SUBDIR= apply \

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

129 ruptime \
130 rusers \
131 rwall \
132 rwho \
133 script \
134 sed \
135 shar \
136 showmount \
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX broken: tconv
7# XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx whatis
8# Moved to secure: bdes
9#
10SUBDIR= apply \

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

129 ruptime \
130 rusers \
131 rwall \
132 rwho \
133 script \
134 sed \
135 shar \
136 showmount \
137 smbutil \
138 sockstat \
139 soelim \
140 split \
141 su \
142 symorder \
143 systat \
144 tail \
145 talk \

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

218 gcore \
219 gprof4 \
220 ncplist \
221 ncplogin \
222 nm \
223 ranlib \
224 sasc \
225 size \
137 sockstat \
138 soelim \
139 split \
140 su \
141 symorder \
142 systat \
143 tail \
144 talk \

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

217 gcore \
218 gprof4 \
219 ncplist \
220 ncplogin \
221 nm \
222 ranlib \
223 sasc \
224 size \
225 smbutil \
226 strings \
227 strip
228.endif
229
230.if ${MACHINE_ARCH} == "alpha"
231SUBDIR+=uac
232.endif
233
234.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
235SUBDIR+=chkey newkey
236.endif
237
238.include <bsd.subdir.mk>
226 strings \
227 strip
228.endif
229
230.if ${MACHINE_ARCH} == "alpha"
231SUBDIR+=uac
232.endif
233
234.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
235SUBDIR+=chkey newkey
236.endif
237
238.include <bsd.subdir.mk>