summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-17 16:31:13 +0000
committerpeter <peter@FreeBSD.org>1999-04-17 16:31:13 +0000
commit82d728b4a958554d915c7a26bceead7028b80684 (patch)
tree124c6632ab48d21344b071839f0777e5c1ce9100 /sys/modules
parent911997aae85b3a2dadfb6a3d507fbf3e3d775e4f (diff)
downloadFreeBSD-src-82d728b4a958554d915c7a26bceead7028b80684.zip
FreeBSD-src-82d728b4a958554d915c7a26bceead7028b80684.tar.gz
Disconnect lkm subdir so we don't build a lkm module, in case something
I do breaks world or the nightly snapshots. (you can still do it by hand though for the moment)
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 55f1326..8d07641 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,15 +1,16 @@
-# $Id: Makefile,v 1.54 1999/03/14 20:43:09 julian Exp $
+# $Id: Makefile,v 1.55 1999/04/13 18:53:54 peter Exp $
# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: acd
# XXX builds but not updated: atapi
+# XXX depreciated: lkm
SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
mfs msdos nfs ntfs nullfs portal procfs umapfs union vinum vn
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=coff fpu gnufpu ibcs2 joy linux lkm pcic splash streams \
+SUBDIR+=coff fpu gnufpu ibcs2 joy linux pcic splash streams \
syscons vesa svr4
.endif
OpenPOWER on IntegriCloud