Deleted Added
full compact
Makefile (85924) Makefile (86252)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 85924 2001-11-02 23:48:32Z obrien $
2# $FreeBSD: head/usr.bin/Makefile 86252 2001-11-11 05:26:59Z gshapiro $
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 ptx uucp whatis
8# Moved to secure: bdes
9#
10SUBDIR= apply \

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

163 unifdef \
164 uniq \
165 units \
166 unvis \
167 usbhidctl \
168 users \
169 uudecode \
170 uuencode \
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 ptx uucp whatis
8# Moved to secure: bdes
9#
10SUBDIR= apply \

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

163 unifdef \
164 uniq \
165 units \
166 unvis \
167 usbhidctl \
168 users \
169 uudecode \
170 uuencode \
171 vacation \
172 vgrind \
173 vi \
174 vis \
175 vmstat \
176 w \
177 wall \
178 wc \
179 what \

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

202
203.if !defined(NO_BIND)
204SUBDIR+=dig \
205 dnskeygen \
206 dnsquery \
207 host
208.endif
209
171 vgrind \
172 vi \
173 vis \
174 vmstat \
175 w \
176 wall \
177 wc \
178 what \

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

201
202.if !defined(NO_BIND)
203SUBDIR+=dig \
204 dnskeygen \
205 dnsquery \
206 host
207.endif
208
209.if !defined(NO_SENDMAIL)
210SUBDIR+=vacation
211.endif
212
210.if ${MACHINE_ARCH} == "i386"
211# Things that don't compile on alpha or are aout specific:
212SUBDIR+=ar \
213 doscmd \
214 gcore \
215 gprof4 \
216 ncplist \
217 ncplogin \

--- 17 unchanged lines hidden ---
213.if ${MACHINE_ARCH} == "i386"
214# Things that don't compile on alpha or are aout specific:
215SUBDIR+=ar \
216 doscmd \
217 gcore \
218 gprof4 \
219 ncplist \
220 ncplogin \

--- 17 unchanged lines hidden ---