Deleted Added
full compact
Makefile (75082) Makefile (75479)
1# $FreeBSD: head/sys/modules/Makefile 75082 2001-04-02 08:52:05Z imp $
1# $FreeBSD: head/sys/modules/Makefile 75479 2001-04-13 12:11:19Z bp $
2
3# XXX present but broken: ip_mroute_mod
4
5.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
6_random= random
7.endif
8
9SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \

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

14 rl rp sf sis sk sn sound sppp ste sym syscons sysvipc ti tl twe tx \
15 udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
16 uscanner \
17 vinum vpo vr vx wb wx xl
18
19# XXX some of these can move to the general case when de-i386'ed
20.if ${MACHINE_ARCH} == "i386"
21SUBDIR+=aac aic ar asr atspeaker bktr coff el fpu gnufpu ibcs2 linprocfs mly \
2
3# XXX present but broken: ip_mroute_mod
4
5.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
6_random= random
7.endif
8
9SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \

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

14 rl rp sf sis sk sn sound sppp ste sym syscons sysvipc ti tl twe tx \
15 udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
16 uscanner \
17 vinum vpo vr vx wb wx xl
18
19# XXX some of these can move to the general case when de-i386'ed
20.if ${MACHINE_ARCH} == "i386"
21SUBDIR+=aac aic ar asr atspeaker bktr coff el fpu gnufpu ibcs2 linprocfs mly \
22 pecoff ray s3 splash sr streams vesa wi
22 pecoff ray s3 smbfs splash sr streams vesa wi
23.endif
24
25.if ${MACHINE} == "pc98"
26SUBDIR+=snc
27.endif
28
29.if ${MACHINE_ARCH} == "alpha"
30SUBDIR+=osf1
31.endif
32
33.if defined(MODULES_OVERRIDE)
34SUBDIR=${MODULES_OVERRIDE}
35.endif
36
37.include <bsd.subdir.mk>
23.endif
24
25.if ${MACHINE} == "pc98"
26SUBDIR+=snc
27.endif
28
29.if ${MACHINE_ARCH} == "alpha"
30SUBDIR+=osf1
31.endif
32
33.if defined(MODULES_OVERRIDE)
34SUBDIR=${MODULES_OVERRIDE}
35.endif
36
37.include <bsd.subdir.mk>