Deleted Added
sdiff udiff text old ( 255708 ) new ( 255801 )
full compact
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
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"
268SUBDIR+= drill
269SUBDIR+= host
270.endif
271
272.if ${MK_LIBTHR} != "no"
273SUBDIR+= csup
274.endif
275
276.if ${MK_LOCATE} != "no"

--- 112 unchanged lines hidden ---