xref: /freebsd/sys/modules/Makefile (revision 953a3198a35204535cc9d450f04da982a4fea59b)
1#	$Id: Makefile,v 1.12 1995/08/24 09:06:17 phk Exp $
2
3SUBDIR=	cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
4	ipfw kernfs linux msdos nfs nullfs \
5	pcic portal procfs syscons umapfs union
6#
7# Doesn't work:
8# mfs
9#
10
11.include <bsd.subdir.mk>
12