Deleted Added
full compact
Makefile (121054) Makefile (121666)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 121054 2003-10-12 22:04:24Z emax $
2# $FreeBSD: head/usr.bin/Makefile 121666 2003-10-29 10:30:54Z harti $
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
7# Moved to secure: bdes
8#
9
10.if ${MACHINE_ARCH} != "ia64"

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

22
23.if !defined(NO_TOOLCHAIN)
24_c89= c89
25_c99= c99
26_lex= lex
27_yacc= yacc
28.endif
29
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
7# Moved to secure: bdes
8#
9
10.if ${MACHINE_ARCH} != "ia64"

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

22
23.if !defined(NO_TOOLCHAIN)
24_c89= c89
25_c99= c99
26_lex= lex
27_yacc= yacc
28.endif
29
30.if !defined(NOATM)
31_atm= atm
32.endif
33
30SUBDIR= alias \
31 apply \
32 asa \
33 at \
34SUBDIR= alias \
35 apply \
36 asa \
37 at \
38 ${_atm} \
34 awk \
35 banner \
36 basename \
37 biff \
38 brandelf \
39 bzip2 \
40 bzip2recover \
41 ${_c89} \

--- 228 unchanged lines hidden ---
39 awk \
40 banner \
41 basename \
42 biff \
43 brandelf \
44 bzip2 \
45 bzip2recover \
46 ${_c89} \

--- 228 unchanged lines hidden ---