Deleted Added
full compact
Makefile (124587) Makefile (125123)
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
2# $FreeBSD: head/usr.bin/Makefile 124587 2004-01-16 15:23:19Z ru $
2# $FreeBSD: head/usr.bin/Makefile 125123 2004-01-28 00:42:51Z emax $
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
10SUBDIR= alias \

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

259.endif
260
261.if !defined(NO_USB)
262_usbhidaction= usbhidaction
263_usbhidctl= usbhidctl
264.endif
265
266.if ${MACHINE_ARCH} == "i386"
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
10SUBDIR= alias \

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

259.endif
260
261.if !defined(NO_USB)
262_usbhidaction= usbhidaction
263_usbhidctl= usbhidctl
264.endif
265
266.if ${MACHINE_ARCH} == "i386"
267.if !defined(NO_BLUETOOTH)
267_bluetooth= bluetooth
268_bluetooth= bluetooth
269.endif
268_doscmd= doscmd
269_ncplist= ncplist
270_ncplogin= ncplogin
271_sasc= sasc
272_smbutil= smbutil
273.endif
274
275.if ${MACHINE_ARCH} == "alpha"
276_uac= uac
277.endif
278
279.if ${MACHINE_ARCH} == "amd64"
280_ncplist= ncplist
281_ncplogin= ncplogin
282_smbutil= smbutil
283.endif
284
285.include <bsd.subdir.mk>
270_doscmd= doscmd
271_ncplist= ncplist
272_ncplogin= ncplogin
273_sasc= sasc
274_smbutil= smbutil
275.endif
276
277.if ${MACHINE_ARCH} == "alpha"
278_uac= uac
279.endif
280
281.if ${MACHINE_ARCH} == "amd64"
282_ncplist= ncplist
283_ncplogin= ncplogin
284_smbutil= smbutil
285.endif
286
287.include <bsd.subdir.mk>