Deleted Added
full compact
Makefile (65312) Makefile (65793)
1# $FreeBSD: head/sys/modules/Makefile 65312 2000-09-01 07:51:25Z msmith $
1# $FreeBSD: head/sys/modules/Makefile 65793 2000-09-13 03:20:35Z msmith $
2
3# XXX present but broken: ip_mroute_mod
4
5.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
6_randomdev= randomdev
7.endif
8
9SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
10 cam ccd cd9660 coda cue dc fdesc fxp if_disc if_ef \
11 if_ppp if_sl if_tap if_tun ipfilter ipfw ispfw joy kernfs kue \
12 md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
13 nwfs portal procfs ${_randomdev} \
14 rl rp sf sis sk sn sound ste syscons ti tl twe tx \
15 udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
16 vinum vn vpo vr wb wx xl
17
18# XXX some of these can move to the general case when de-i386'ed
19.if ${MACHINE_ARCH} == "i386"
2
3# XXX present but broken: ip_mroute_mod
4
5.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
6_randomdev= randomdev
7.endif
8
9SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
10 cam ccd cd9660 coda cue dc fdesc fxp if_disc if_ef \
11 if_ppp if_sl if_tap if_tun ipfilter ipfw ispfw joy kernfs kue \
12 md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
13 nwfs portal procfs ${_randomdev} \
14 rl rp sf sis sk sn sound ste syscons ti tl twe tx \
15 udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
16 vinum vn vpo vr wb wx xl
17
18# XXX some of these can move to the general case when de-i386'ed
19.if ${MACHINE_ARCH} == "i386"
20SUBDIR+=asr bktr coff fpu gnufpu ibcs2 linprocfs linux mly splash streams \
20SUBDIR+=aac asr bktr coff fpu gnufpu ibcs2 linprocfs linux mly splash streams \
21 svr4 vesa wi
22.endif
23
24.if ${MACHINE_ARCH} == "alpha"
25SUBDIR+=osf1
26.endif
27
28.include <bsd.subdir.mk>
21 svr4 vesa wi
22.endif
23
24.if ${MACHINE_ARCH} == "alpha"
25SUBDIR+=osf1
26.endif
27
28.include <bsd.subdir.mk>