freebsd-dev/sys/modules/Makefile
Andrey A. Chernov 75b65495cb Temp. disable following modules:
atapi coff ibcs2 ipfw linux syscons wcd
(until they will be fixed)
It allows to build/install other modules from top
1995-10-28 02:49:46 +00:00

16 lines
286 B
Makefile

# $Id: Makefile,v 1.13 1995/10/10 08:23:13 swallace Exp $
#
# temp. disabled:
# atapi coff ibcs2 ipfw linux syscons wcd
#
SUBDIR= cd9660 fdesc if_disc if_ppp if_sl if_tun \
kernfs msdos nfs nullfs \
pcic portal procfs umapfs union
#
# Doesn't work:
# mfs
#
.include <bsd.subdir.mk>