aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-10-28 17:46:03 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-10-28 17:46:03 +0000
commita4991dc20f240e4d5a8e8cbd83d1544c7bad4116 (patch)
treea80020f1aa03c28cc59f15648589af164ef0c4c1 /sys/modules
parent690b4d96b84330e4fd1f3671cd15c2c6f5696b5f (diff)
downloadsrc-a4991dc20f240e4d5a8e8cbd83d1544c7bad4116.tar.gz
src-a4991dc20f240e4d5a8e8cbd83d1544c7bad4116.zip
Reattach atapi and wcd to the lkm Makefile, these compile for me now.
Notes
Notes: svn path=/head/; revision=11882
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 2ee233b7a253..62eca4cdcdbf 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.15 1995/10/28 12:34:11 peter Exp $
+# $Id: Makefile,v 1.16 1995/10/28 13:28:16 peter Exp $
-SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
+SUBDIR= atapi cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
ipfw kernfs linux msdos nfs nullfs \
- pcic portal procfs syscons umapfs union
+ pcic portal procfs syscons umapfs union wcd
#
# Doesn't work:
-# mfs atapi wcd
+# mfs
#
.include <bsd.subdir.mk>