Deleted Added
full compact
Makefile (64852) Makefile (64987)
1# $FreeBSD: head/sys/modules/Makefile 64852 2000-08-19 19:26:03Z imp $
1# $FreeBSD: head/sys/modules/Makefile 64987 2000-08-23 03:22:41Z 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 \
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 \
12 md mfs mii mlx mly msdos ncp netgraph nfs ntfs nullfs \
13 nwfs oldcard pcic 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+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \
21 svr4 vesa wi
22.endif
23
24.if ${MACHINE_ARCH} == "alpha"
25SUBDIR+=osf1
26.endif
27
28.include <bsd.subdir.mk>
13 nwfs oldcard pcic 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+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \
21 svr4 vesa wi
22.endif
23
24.if ${MACHINE_ARCH} == "alpha"
25SUBDIR+=osf1
26.endif
27
28.include <bsd.subdir.mk>