Deleted Added
full compact
Makefile (111092) Makefile (111204)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 111092 2003-02-18 19:51:59Z obrien $
2# $FreeBSD: head/usr.bin/Makefile 111204 2003-02-21 02:30:51Z obrien $
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX broken: tconv
7# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
8# Moved to secure: bdes
9#
10
11.if ${MACHINE_ARCH} != "ia64"
12_xlint= xlint
13.endif
14
3
4# XXX MISSING: deroff diction graph learn plot
5# spell spline struct xsend
6# XXX broken: tconv
7# XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
8# Moved to secure: bdes
9#
10
11.if ${MACHINE_ARCH} != "ia64"
12_xlint= xlint
13.endif
14
15.if ${MACHINE_ARCH} != "powerpc"
16_gprof= gprof
17_truss= truss
18.endif
19
15SUBDIR= alias \
16 apply \
17 asa \
18 at \
19 awk \
20 banner \
21 basename \
22 biff \

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

63 from \
64 fstat \
65 fsync \
66 ftp \
67 gcore \
68 gencat \
69 getconf \
70 getopt \
20SUBDIR= alias \
21 apply \
22 asa \
23 at \
24 awk \
25 banner \
26 basename \
27 biff \

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

68 from \
69 fstat \
70 fsync \
71 ftp \
72 gcore \
73 gencat \
74 getconf \
75 getopt \
71 gprof \
76 ${_gprof} \
72 head \
73 hesinfo \
74 hexdump \
75 id \
76 indent \
77 ipcrm \
78 ipcs \
79 join \

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

166 time \
167 tip \
168 top \
169 touch \
170 tput \
171 tr \
172 true \
173 truncate \
77 head \
78 hesinfo \
79 hexdump \
80 id \
81 indent \
82 ipcrm \
83 ipcs \
84 join \

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

171 time \
172 tip \
173 top \
174 touch \
175 tput \
176 tr \
177 true \
178 truncate \
174 truss \
179 ${_truss} \
175 tset \
176 tsort \
177 tty \
178 ul \
179 uname \
180 unexpand \
181 unifdef \
182 uniq \

--- 67 unchanged lines hidden ---
180 tset \
181 tsort \
182 tty \
183 ul \
184 uname \
185 unexpand \
186 unifdef \
187 uniq \

--- 67 unchanged lines hidden ---