freebsd-dev/sys/modules/Makefile
1998-11-03 08:03:04 +00:00

13 lines
445 B
Makefile

# $Id: Makefile,v 1.35 1998/11/03 06:51:48 peter Exp $
# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: pcic coda syscons/*
# XXX builds but not updated: atapi, wcd, maybe vesa
.if ${MACHINE_ARCH} == "i386"
SUBDIR= atapi ccd cd9660 coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \
if_tun ipfw joy kernfs linux mfs msdos nfs nullfs \
portal procfs syscons umapfs union vesa vinum wcd
.endif
.include <bsd.subdir.mk>