Deleted Added
full compact
Makefile (50672) Makefile (51794)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 50672 1999-08-30 20:57:06Z markm $
2# $FreeBSD: head/usr.bin/Makefile 51794 1999-09-29 15:18:46Z marcel $
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 uucp whatis
8# Moved to secure: bdes
9#
10SUBDIR= apply \

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

204# Releases need both this non-crypt telnet and the crypt telnet.
205SUBDIR+=telnet
206.endif
207
208.if ${MACHINE_ARCH} == "i386"
209# Things that don't compile on alpha or are aout specific:
210SUBDIR+=ar \
211 brandelf \
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 uucp whatis
8# Moved to secure: bdes
9#
10SUBDIR= apply \

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

204# Releases need both this non-crypt telnet and the crypt telnet.
205SUBDIR+=telnet
206.endif
207
208.if ${MACHINE_ARCH} == "i386"
209# Things that don't compile on alpha or are aout specific:
210SUBDIR+=ar \
211 brandelf \
212 doscmd \
213 gcore \
214 gprof4 \
215 nm \
216 ranlib \
217 sasc \
218 size \
219 strings \
220 strip
212 gcore \
213 gprof4 \
214 nm \
215 ranlib \
216 sasc \
217 size \
218 strings \
219 strip
220# doscmd \
221.endif
222
223.include <bsd.subdir.mk>
221.endif
222
223.include <bsd.subdir.mk>