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