summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-28 22:16:27 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-28 22:16:27 +0000
commitcd5bc3689f449a7356c5492cddba233b48bc5f3f (patch)
tree306503c0a686289119910ab70149a29389630ce3 /sys/modules
parent92a25df797ae42414471ecb68a19fed2e01b019b (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 155135b15b8d..db32f882f518 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,6 +1,10 @@
-# $Id: Makefile,v 1.2 1994/09/21 23:26:55 wollman Exp $
+# $Id: Makefile,v 1.3 1994/09/22 22:12:54 wollman Exp $
-SUBDIR= cd9660 fdesc ip_mroute_mod kernfs mfs msdos nfs nullfs portal \
+SUBDIR= cd9660 fdesc ip_mroute_mod kernfs msdos nfs nullfs portal \
procfs umapfs union
+#
+# Doesn't work:
+# mfs
+#
.include <bsd.subdir.mk>