xref: /freebsd/sys/modules/Makefile (revision a8445737e740901f5f2c8d24c12ef7fc8b00134e)
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