diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1995-03-20 19:25:49 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-03-20 19:25:49 +0000 |
commit | f065639f29a6bf9a0375e05e58346a9e37c4b59a (patch) | |
tree | c2c7098a216ff371ba3b348605c769118282a33f /lkm/Makefile | |
parent | 69244b69dbc1506e9da7f5e193993252f755efe7 (diff) | |
download | src-f065639f29a6bf9a0375e05e58346a9e37c4b59a.tar.gz src-f065639f29a6bf9a0375e05e58346a9e37c4b59a.zip |
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.
Notes
Notes:
svn path=/head/; revision=7194
Diffstat (limited to 'lkm/Makefile')
-rw-r--r-- | lkm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index e6f2d66638d0..6b3a918feb71 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: |