Deleted Added
full compact
Makefile (76195) Makefile (76479)
1# $FreeBSD: head/sys/modules/Makefile 76195 2001-05-02 01:08:09Z brian $
1# $FreeBSD: head/sys/modules/Makefile 76479 2001-05-11 19:56:39Z wpaul $
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 \
10 cam ccd cd9660 coda cue dc de dgm digi ed fdesc fxp if_disc if_ef \
11 if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kue \
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 \
10 cam ccd cd9660 coda cue dc de dgm digi ed fdesc fxp if_disc if_ef \
11 if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kue \
12 libmchain linux lnc md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
13 nwfs pcn portal procfs ${_random} \
12 libmchain linux lnc md mfs mii mlx msdos ncp netgraph nfs nge ntfs \
13 nullfs nwfs pcn portal procfs ${_random} \
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 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>
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 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>