Deleted Added
full compact
Makefile (230060) Makefile (233337)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 230060 2012-01-13 15:40:49Z ed $
2# $FreeBSD: head/usr.bin/Makefile 233337 2012-03-23 03:16:35Z stas $
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#

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

256.if ${MK_LIBTHR} != "no"
257SUBDIR+= csup
258.endif
259
260.if ${MK_LOCATE} != "no"
261SUBDIR+= locate
262.endif
263
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#

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

256.if ${MK_LIBTHR} != "no"
257SUBDIR+= csup
258.endif
259
260.if ${MK_LOCATE} != "no"
261SUBDIR+= locate
262.endif
263
264.if ${MK_KERBEROS_SUPPORT} != "no"
265SUBDIR+= compile_et
266.endif
267
264# XXX msgs?
265.if ${MK_MAIL} != "no"
266SUBDIR+= biff
267SUBDIR+= from
268SUBDIR+= mail
269SUBDIR+= msgs
270.endif
271

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

312SUBDIR+= colcrt
313SUBDIR+= ul
314.endif
315
316.if ${MK_TOOLCHAIN} != "no"
317SUBDIR+= ar
318SUBDIR+= c89
319SUBDIR+= c99
268# XXX msgs?
269.if ${MK_MAIL} != "no"
270SUBDIR+= biff
271SUBDIR+= from
272SUBDIR+= mail
273SUBDIR+= msgs
274.endif
275

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

316SUBDIR+= colcrt
317SUBDIR+= ul
318.endif
319
320.if ${MK_TOOLCHAIN} != "no"
321SUBDIR+= ar
322SUBDIR+= c89
323SUBDIR+= c99
320SUBDIR+= compile_et
321SUBDIR+= ctags
322SUBDIR+= file2c
323SUBDIR+= gprof
324SUBDIR+= indent
325SUBDIR+= lex
326SUBDIR+= mkstr
327SUBDIR+= rpcgen
328SUBDIR+= unifdef

--- 21 unchanged lines hidden ---
324SUBDIR+= ctags
325SUBDIR+= file2c
326SUBDIR+= gprof
327SUBDIR+= indent
328SUBDIR+= lex
329SUBDIR+= mkstr
330SUBDIR+= rpcgen
331SUBDIR+= unifdef

--- 21 unchanged lines hidden ---