Deleted Added
full compact
Makefile (255708) Makefile (255801)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 255708 2013-09-19 18:53:42Z jhb $
2# $FreeBSD: head/usr.bin/Makefile 255801 2013-09-22 20:30:55Z des $
3
4.include <bsd.own.mk>
5
6# XXX MISSING: deroff diction graph learn plot
7# spell spline struct xsend
8# XXX Use GNU versions: diff ld patch
9# Moved to secure: bdes
10#

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

260SUBDIR+= truss
261.endif
262
263.if ${MK_KERBEROS_SUPPORT} != "no"
264SUBDIR+= compile_et
265.endif
266
267.if ${MK_LDNS_UTILS} != "no"
3
4.include <bsd.own.mk>
5
6# XXX MISSING: deroff diction graph learn plot
7# spell spline struct xsend
8# XXX Use GNU versions: diff ld patch
9# Moved to secure: bdes
10#

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

260SUBDIR+= truss
261.endif
262
263.if ${MK_KERBEROS_SUPPORT} != "no"
264SUBDIR+= compile_et
265.endif
266
267.if ${MK_LDNS_UTILS} != "no"
268SUBDIR+= drill
268SUBDIR+= host
269.endif
270
271.if ${MK_LIBTHR} != "no"
272SUBDIR+= csup
273.endif
274
275.if ${MK_LOCATE} != "no"

--- 112 unchanged lines hidden ---
269SUBDIR+= host
270.endif
271
272.if ${MK_LIBTHR} != "no"
273SUBDIR+= csup
274.endif
275
276.if ${MK_LOCATE} != "no"

--- 112 unchanged lines hidden ---