freebsd-dev/lkm/Makefile
Garrett Wollman f065639f29 The discard, tunnel, SLIP, and PPP network interface pseudo-devices
are now dynamically loadable.  It doesn't make sense to do the same
for the loopback.
1995-03-20 19:25:49 +00:00

12 lines
257 B
Makefile

# $Id: Makefile,v 1.8 1995/02/22 13:42:31 sos Exp $
SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun ip_mroute_mod \
ipfw kernfs msdos nfs nullfs \
portal procfs socksys syscons umapfs union
#
# Doesn't work:
# mfs
#
.include <bsd.subdir.mk>