Deleted Added
full compact
Makefile (128635) Makefile (131768)
1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
2# $FreeBSD: head/sys/modules/netgraph/Makefile 128635 2004-04-25 08:56:46Z rik $
2# $FreeBSD: head/sys/modules/netgraph/Makefile 131768 2004-07-07 22:48:30Z emax $
3
4SUBDIR= UI \
5 async \
6 atm \
7 ${_bluetooth} \
8 bpf \
9 bridge \
10 cisco \

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

35 sppp \
36 sync_ar \
37 sync_sr \
38 tee \
39 tty \
40 vjc \
41 vlan
42
3
4SUBDIR= UI \
5 async \
6 atm \
7 ${_bluetooth} \
8 bpf \
9 bridge \
10 cisco \

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

35 sppp \
36 sync_ar \
37 sync_sr \
38 tee \
39 tty \
40 vjc \
41 vlan
42
43.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
44_mppc= mppc
45.endif
46
47.if ${MACHINE_ARCH} == "i386"
48# Things that don't compile on alpha or are aout specific:
49.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
50_bluetooth= bluetooth
51.endif
43.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
44_bluetooth= bluetooth
45.endif
46
47.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
48_mppc= mppc
52.endif
53
54.include <bsd.subdir.mk>
49.endif
50
51.include <bsd.subdir.mk>