Deleted Added
full compact
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: stable/10/usr.bin/Makefile 269041 2014-07-24 01:35:41Z emaste $
2# $FreeBSD: stable/10/usr.bin/Makefile 271298 2014-09-09 04:00:30Z ngie $
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#
11
12SUBDIR= alias \
13 apply \
14 asa \
15 ${_atf} \
15 awk \
16 banner \
17 basename \
18 brandelf \
19 bsdiff \
20 bzip2 \
21 bzip2recover \
22 cap_mkdb \

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

329SUBDIR+= vacation
330.endif
331
332.if ${MK_TELNET} != "no"
333SUBDIR+= telnet
334.endif
335
336.if ${MK_TESTS} != "no"
338_atf= atf
337_tests= tests
338.endif
339
340.if ${MK_TEXTPROC} != "no"
341SUBDIR+= checknr
342SUBDIR+= colcrt
343SUBDIR+= ul
344.endif

--- 44 unchanged lines hidden ---