Deleted Added
full compact
Makefile (94234) Makefile (94297)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 94234 2002-04-08 20:44:36Z ache $
2# $FreeBSD: head/usr.bin/Makefile 94297 2002-04-09 18:25:44Z bmilekic $
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 \

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

116 passwd \
117 paste \
118 pr \
119 printenv \
120 printf \
121 quota \
122 renice \
123 rev \
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 \

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

116 passwd \
117 paste \
118 pr \
119 printenv \
120 printf \
121 quota \
122 renice \
123 rev \
124 rlogin \
125 rpcgen \
126 rpcinfo \
127 rs \
124 rpcgen \
125 rpcinfo \
126 rs \
128 rsh \
129 rup \
130 ruptime \
131 rusers \
132 rwall \
133 rwho \
134 script \
135 sed \
136 shar \

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

225 strings \
226 strip
227.endif
228
229.if ${MACHINE_ARCH} == "alpha"
230SUBDIR+=uac
231.endif
232
127 rup \
128 ruptime \
129 rusers \
130 rwall \
131 rwho \
132 script \
133 sed \
134 shar \

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

223 strings \
224 strip
225.endif
226
227.if ${MACHINE_ARCH} == "alpha"
228SUBDIR+=uac
229.endif
230
231.if !defined(NO_RCMNDS)
232SUBDIR+=rlogin \
233 rsh
234.endif
235
233# Things which don't compile on new platforms yet:
234.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64"
235SUBDIR+=xlint
236.endif
237.if ${MACHINE_ARCH} != "sparc64"
238SUBDIR+=getconf
239.endif
240
241.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
242SUBDIR+=chkey newkey
243.endif
244
245.include <bsd.subdir.mk>
236# Things which don't compile on new platforms yet:
237.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64"
238SUBDIR+=xlint
239.endif
240.if ${MACHINE_ARCH} != "sparc64"
241SUBDIR+=getconf
242.endif
243
244.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
245SUBDIR+=chkey newkey
246.endif
247
248.include <bsd.subdir.mk>