1 # From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2 # $FreeBSD: src/usr.bin/Makefile,v 1.144.2.17 2003/01/04 17:17:07 obrien Exp $
3 # $DragonFly: src/usr.bin/Makefile,v 1.14 2004/06/20 02:53:19 hmp Exp $
5 # XXX MISSING: deroff diction graph learn plot
6 # spell spline struct xsend
8 # XXX Use GNU versions: apropos bc dc diff grep ld man patch ptx uucp whatis
9 # Moved to secure: bdes
214 .if defined
(RELEASEDIR
) || \
215 !exists
(${.CURDIR
}/..
/secure
) || defined
(NOCRYPT
)
216 # Releases need both this non-crypt telnet and the crypt telnet.
220 .if
!defined
(NO_BIND
)
229 .if
!defined
(NO_SENDMAIL
)
233 .if
${MACHINE_ARCH} == "i386"
234 # Things that don't compile on alpha or are aout specific:
244 .if
${MACHINE_ARCH} == "alpha"
248 .
include <bsd.subdir.mk
>