Deleted Added
full compact
Makefile (114830) Makefile (115157)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 114830 2003-05-08 06:33:07Z peter $
2# $FreeBSD: head/usr.bin/Makefile 115157 2003-05-19 15:52:01Z des $
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"

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

213 yacc \
214 yes \
215 ypcat \
216 ypmatch \
217 ypwhich
218
219.if defined(RELEASEDIR) || \
220 (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
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"

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

213 yacc \
214 yes \
215 ypcat \
216 ypmatch \
217 ypwhich
218
219.if defined(RELEASEDIR) || \
220 (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
221 defined(NOCRYPT) || defined(NO_OPENSSL) || \
222 (defined(NOSECURE) && defined(NO_KERBEROS))
221 defined(NOCRYPT) || defined(NO_OPENSSL) || defined(NO_KERBEROS)
223# make release needs both
224SUBDIR+=telnet
225.endif
226
227.if !defined(NO_BIND)
228SUBDIR+=dig \
229 dnskeygen \
230 dnsquery \

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

243 sasc \
244 smbutil
245.endif
246
247.if ${MACHINE_ARCH} == "alpha"
248SUBDIR+=uac
249.endif
250
222# make release needs both
223SUBDIR+=telnet
224.endif
225
226.if !defined(NO_BIND)
227SUBDIR+=dig \
228 dnskeygen \
229 dnsquery \

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

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