aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-11-03 06:51:48 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-11-03 06:51:48 +0000
commitd679319f612738554617c05d8db331a8797670a7 (patch)
tree9f58e0c8d0ca1c5f1c58bd5e25f6dbedb7c9a4ca /sys/modules
parent600f97da286defc9a8481bca7e72dd459d38d6e5 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index bc956d9b32bad..70e50e6e2f3dd 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,14 +1,15 @@
-# $Id: Makefile,v 1.33 1998/09/28 05:38:22 grog Exp $
+# $Id: Makefile,v 1.34 1998/10/16 04:30:41 peter Exp $
# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: pcic coda syscons/*
+# XXX builds but not updated: atapi, wcd, maybe vesa
.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
.endif
-# XXX builds, but not useable with present design
+# XXX builds, but not useable with present design (#ifdef UNION in kernel)
#union
.include <bsd.subdir.mk>