Makefile (71990d3dd1da628d1e2c344505f1f1f065055feb) Makefile (ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD$
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#

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

243.endif
244
245.if ${MACHINE_ARCH} == "amd64"
246SUBDIR+=ncplist \
247 ncplogin \
248 smbutil
249.endif
250
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD$
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#

--- 234 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>