Deleted Added
full compact
Makefile (124711) Makefile (125123)
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 124711 2004-01-19 12:36:08Z ru $
2# $FreeBSD: head/sys/modules/netgraph/Makefile 125123 2004-01-28 00:42:51Z emax $
3
4SUBDIR= UI \
5 async \
6 atm \
7 ${_bluetooth} \
8 bpf \
9 bridge \
10 cisco \

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

38 vjc
39
40.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
41_mppc= mppc
42.endif
43
44.if ${MACHINE_ARCH} == "i386"
45# Things that don't compile on alpha or are aout specific:
3
4SUBDIR= UI \
5 async \
6 atm \
7 ${_bluetooth} \
8 bpf \
9 bridge \
10 cisco \

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

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