summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lkm/Makefile4
-rw-r--r--lkm/vm86/Makefile9
-rw-r--r--sys/modules/Makefile4
3 files changed, 4 insertions, 13 deletions
diff --git a/lkm/Makefile b/lkm/Makefile
index 4f49fba..f66619d 100644
--- a/lkm/Makefile
+++ b/lkm/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.26 1997/02/22 12:47:25 peter Exp $
+# $Id: Makefile,v 1.27 1997/08/09 00:23:07 dyson Exp $
# XXX present but broken: ip_mroute_mod mfs
SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
- ipfw joy kernfs linux msdos nfs nullfs vm86 \
+ ipfw joy kernfs linux msdos nfs nullfs \
pcic portal procfs qcam syscons umapfs wcd
# XXX builds, but not useable with present design
diff --git a/lkm/vm86/Makefile b/lkm/vm86/Makefile
deleted file mode 100644
index 5520dd9..0000000
--- a/lkm/vm86/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $Id$
-
-.PATH: ${.CURDIR}/../../sys/i386/i386
-KMOD= vm86_mod
-SRCS= vm86.c
-NOMAN=
-CFLAGS+= -I. -DLKM -DVM86_MODULE
-
-.include <bsd.kmod.mk>
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 4f49fba..f66619d 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.26 1997/02/22 12:47:25 peter Exp $
+# $Id: Makefile,v 1.27 1997/08/09 00:23:07 dyson Exp $
# XXX present but broken: ip_mroute_mod mfs
SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
- ipfw joy kernfs linux msdos nfs nullfs vm86 \
+ ipfw joy kernfs linux msdos nfs nullfs \
pcic portal procfs qcam syscons umapfs wcd
# XXX builds, but not useable with present design
OpenPOWER on IntegriCloud