Deleted Added
full compact
Makefile (92603) Makefile (92868)
1# $FreeBSD: head/sys/modules/Makefile 92603 2002-03-18 18:23:42Z joe $
1# $FreeBSD: head/sys/modules/Makefile 92868 2002-03-21 09:15:39Z ru $
2
3.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
4_random= random
5.endif
6
7SUBDIR= 3dfx \
8 accf_data \
9 accf_http \

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

36 if_ppp \
37 if_sl \
38 if_stf \
39 if_tap \
40 if_tun \
41 if_vlan \
42 ip6fw \
43 ip_mroute_mod \
2
3.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
4_random= random
5.endif
6
7SUBDIR= 3dfx \
8 accf_data \
9 accf_http \

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

36 if_ppp \
37 if_sl \
38 if_stf \
39 if_tap \
40 if_tun \
41 if_vlan \
42 ip6fw \
43 ip_mroute_mod \
44 ipfilter \
45 ipfw \
46 ispfw \
47 joy \
48 kue \
49 lge \
50 libiconv \
51 libmchain \
52 linprocfs \

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

109 uvscom \
110 vinum \
111 vpo \
112 vr \
113 vx \
114 wb \
115 xl
116
44 ipfw \
45 ispfw \
46 joy \
47 kue \
48 lge \
49 libiconv \
50 libmchain \
51 linprocfs \

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

108 uvscom \
109 vinum \
110 vpo \
111 vr \
112 vx \
113 wb \
114 xl
115
116.if !defined(NO_IPFILTER)
117SUBDIR+=ipfilter
118.endif
119
117#removed while KSE settles in:
118# ncp \
119# nwfs \
120# XXX some of these can move to the general case when de-i386'ed
121.if ${MACHINE_ARCH} == "i386"
122SUBDIR+=aac \
123 acpi \
124 aic \

--- 63 unchanged lines hidden ---
120#removed while KSE settles in:
121# ncp \
122# nwfs \
123# XXX some of these can move to the general case when de-i386'ed
124.if ${MACHINE_ARCH} == "i386"
125SUBDIR+=aac \
126 acpi \
127 aic \

--- 63 unchanged lines hidden ---