Deleted Added
full compact
Makefile (238564) Makefile (240404)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 238564 2012-07-18 07:07:54Z obrien $
2# $FreeBSD: head/usr.bin/Makefile 240404 2012-09-12 14:58:07Z obrien $
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#

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

63 head \
64 hexdump \
65 ${_iconv} \
66 id \
67 ipcrm \
68 ipcs \
69 join \
70 jot \
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#

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

63 head \
64 hexdump \
65 ${_iconv} \
66 id \
67 ipcrm \
68 ipcs \
69 join \
70 jot \
71 kdump \
71 ${_kdump} \
72 keylogin \
73 keylogout \
74 killall \
75 ktrace \
76 ktrdump \
77 lam \
78 lastcomm \
79 ldd \

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

158 time \
159 tip \
160 top \
161 touch \
162 tput \
163 tr \
164 true \
165 truncate \
72 keylogin \
73 keylogout \
74 killall \
75 ktrace \
76 ktrdump \
77 lam \
78 lastcomm \
79 ldd \

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

158 time \
159 tip \
160 top \
161 touch \
162 tput \
163 tr \
164 true \
165 truncate \
166 truss \
166 ${_truss} \
167 tset \
168 tsort \
169 tty \
170 uname \
171 unexpand \
172 uniq \
173 unzip \
174 units \

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

240.endif
241
242.if ${MK_ICONV} != "no"
243_iconv= iconv
244_mkcsmapper= mkcsmapper
245_mkesdb= mkesdb
246.endif
247
167 tset \
168 tsort \
169 tty \
170 uname \
171 unexpand \
172 uniq \
173 unzip \
174 units \

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

240.endif
241
242.if ${MK_ICONV} != "no"
243_iconv= iconv
244_mkcsmapper= mkcsmapper
245_mkesdb= mkesdb
246.endif
247
248.if ${MK_KDUMP} != "no"
249SUBDIR+= kdump
250SUBDIR+= truss
251.endif
252
248.if ${MK_KERBEROS_SUPPORT} != "no"
249SUBDIR+= compile_et
250.endif
251
252.if ${MK_LIBTHR} != "no"
253SUBDIR+= csup
254.endif
255

--- 97 unchanged lines hidden ---
253.if ${MK_KERBEROS_SUPPORT} != "no"
254SUBDIR+= compile_et
255.endif
256
257.if ${MK_LIBTHR} != "no"
258SUBDIR+= csup
259.endif
260

--- 97 unchanged lines hidden ---