summaryrefslogtreecommitdiffstats
path: root/lkm/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-03-20 19:25:49 +0000
committerwollman <wollman@FreeBSD.org>1995-03-20 19:25:49 +0000
commitd590bce33da4c168566c5b55cd3eb2ed6a26cbc8 (patch)
treec2c7098a216ff371ba3b348605c769118282a33f /lkm/Makefile
parent1a3906ad112caa58da684aba47eeb9527568c9dc (diff)
downloadFreeBSD-src-d590bce33da4c168566c5b55cd3eb2ed6a26cbc8.zip
FreeBSD-src-d590bce33da4c168566c5b55cd3eb2ed6a26cbc8.tar.gz
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.
Diffstat (limited to 'lkm/Makefile')
-rw-r--r--lkm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lkm/Makefile b/lkm/Makefile
index e6f2d66..6b3a918 100644
--- a/lkm/Makefile
+++ b/lkm/Makefile
@@ -1,6 +1,7 @@
-# $Id: Makefile,v 1.7 1995/01/30 14:21:46 ugen Exp $
+# $Id: Makefile,v 1.8 1995/02/22 13:42:31 sos Exp $
-SUBDIR= cd9660 coff fdesc ibcs2 ip_mroute_mod ipfw kernfs msdos nfs nullfs \
+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:
OpenPOWER on IntegriCloud