xref: /freebsd/sys/modules/Makefile (revision 11afcc8f9f96d657b8e6f7547c02c1957331fc96)
1#	$Id: Makefile,v 1.29 1998/02/18 14:30:07 msmith Exp $
2
3# XXX present but broken: ip_mroute_mod mfs
4.if	${MACHINE_ARCH} == "i386"
5SUBDIR=	atapi 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 wcd
8.endif
9
10# XXX builds, but not useable with present design
11# fpu gnufpu union
12
13.include <bsd.subdir.mk>
14