]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/Makefile
Sync with sys/i386/isa/isa.c revision 1.114.
[FreeBSD/FreeBSD.git] / sys / modules / Makefile
1 #       $Id: Makefile,v 1.32 1998/09/25 17:51:44 rvb Exp $
2
3 # XXX present but broken: ip_mroute_mod mfs
4 .if     ${MACHINE_ARCH} == "i386"
5 SUBDIR= atapi coda ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
6         ipfw joy kernfs linux msdos nfs nullfs \
7         pcic portal procfs syscons umapfs vesa vinum wcd
8 .endif
9
10 # XXX builds, but not useable with present design
11 # fpu gnufpu union
12
13 .include <bsd.subdir.mk>