summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-03-14 20:40:15 +0000
committerjulian <julian@FreeBSD.org>1999-03-14 20:40:15 +0000
commit8ad9ed65a440b2291c6aceba70358fadf357c51b (patch)
tree97c5ac7df3d88fb2a68449931cfbec84b626c1f1 /sys/modules
parent9f1a60059d137ed6ffe02505e4e9936d3bae87db (diff)
downloadFreeBSD-src-8ad9ed65a440b2291c6aceba70358fadf357c51b.zip
FreeBSD-src-8ad9ed65a440b2291c6aceba70358fadf357c51b.tar.gz
A bit of a hack, but allows the vn device to be a module again.
Submitted by: Matt Dillon <dillon@freebsd.org>
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 298a7db..f61c783 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.51 1999/02/22 11:44:35 newton Exp $
+# $Id: Makefile,v 1.52 1999/03/14 09:20:01 julian Exp $
-# XXX present but broken: ip_mroute_mod vn
+# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: acd
# XXX builds but not updated: atapi
SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
- mfs msdos nfs nullfs portal procfs umapfs union vinum ntfs
+ mfs msdos nfs nullfs portal procfs umapfs union vinum ntfs vn
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
OpenPOWER on IntegriCloud