summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-11-03 08:03:04 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-11-03 08:03:04 +0000
commit3b49cbc6258a7972be6efebf78f0b2d9d582e071 (patch)
treeaec524c7221eed9d0cd5a056b62a2f90d208b727 /sys/modules
parent8c14bf40a17c2793aad1574620cd9a0ce8205f4a (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 70e50e6e2f3d..263cc3c7c6ba 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.34 1998/10/16 04:30:41 peter Exp $
+# $Id: Makefile,v 1.35 1998/11/03 06:51:48 peter Exp $
# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: pcic coda syscons/*
@@ -6,10 +6,7 @@
.if ${MACHINE_ARCH} == "i386"
SUBDIR= atapi ccd cd9660 coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \
if_tun ipfw joy kernfs linux mfs msdos nfs nullfs \
- portal procfs syscons umapfs vesa vinum wcd
+ portal procfs syscons umapfs union vesa vinum wcd
.endif
-# XXX builds, but not useable with present design (#ifdef UNION in kernel)
-#union
-
.include <bsd.subdir.mk>