Deleted Added
full compact
Makefile (117952) Makefile (117978)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 117952 2003-07-24 02:09:19Z peter $
2# $FreeBSD: head/usr.bin/Makefile 117978 2003-07-24 18:30:25Z markm $
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
10.if ${MACHINE_ARCH} != "ia64"

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

243.endif
244
245.if ${MACHINE_ARCH} == "amd64"
246SUBDIR+=ncplist \
247 ncplogin \
248 smbutil
249.endif
250
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
10.if ${MACHINE_ARCH} != "ia64"

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

243.endif
244
245.if ${MACHINE_ARCH} == "amd64"
246SUBDIR+=ncplist \
247 ncplogin \
248 smbutil
249.endif
250
251.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
251.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
252SUBDIR+=chkey newkey
253.endif
254
255.include <bsd.subdir.mk>
252SUBDIR+=chkey newkey
253.endif
254
255.include <bsd.subdir.mk>