Deleted Added
full compact
Makefile (61455) Makefile (61541)
1# $FreeBSD: head/sys/modules/Makefile 61455 2000-06-09 16:07:32Z dfr $
1# $FreeBSD: head/sys/modules/Makefile 61541 2000-06-11 06:43:16Z tanimura $
2
3# XXX present but broken: ip_mroute_mod pcic
4
5SUBDIR= agp aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \
6 if_sl if_tun ipfilter ipfw joy kernfs kue \
7 md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
2
3# XXX present but broken: ip_mroute_mod pcic
4
5SUBDIR= agp aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \
6 if_sl if_tun ipfilter ipfw joy kernfs kue \
7 md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
8 nwfs portal procfs rl sf sis sk ste syscons ti tl twe tx \
8 nwfs portal procfs rl rp sf sis sk ste syscons ti tl twe tx \
9 udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
10 vinum vn vpo vr wb xl
11
12# XXX some of these can move to the general case when de-i386'ed
13.if ${MACHINE_ARCH} == "i386"
14SUBDIR+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \
15 svr4 vesa wi
16.endif
17
18.if ${MACHINE_ARCH} == "alpha"
19SUBDIR+=osf1
20.endif
21
22.include <bsd.subdir.mk>
9 udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
10 vinum vn vpo vr wb xl
11
12# XXX some of these can move to the general case when de-i386'ed
13.if ${MACHINE_ARCH} == "i386"
14SUBDIR+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \
15 svr4 vesa wi
16.endif
17
18.if ${MACHINE_ARCH} == "alpha"
19SUBDIR+=osf1
20.endif
21
22.include <bsd.subdir.mk>