diff options
author | jlemon <jlemon@FreeBSD.org> | 1997-08-28 14:45:26 +0000 |
---|---|---|
committer | jlemon <jlemon@FreeBSD.org> | 1997-08-28 14:45:26 +0000 |
commit | 37d5350c7b8ea22356f2213206223c522dc7b18a (patch) | |
tree | e1e3363f49da1481811c4a457652a45fcd242869 | |
parent | ada62b471afc09bbc6bb921f07607358e3d087c8 (diff) | |
download | FreeBSD-src-37d5350c7b8ea22356f2213206223c522dc7b18a.zip FreeBSD-src-37d5350c7b8ea22356f2213206223c522dc7b18a.tar.gz |
Remove the vm86 LKM.
-rw-r--r-- | lkm/Makefile | 4 | ||||
-rw-r--r-- | lkm/vm86/Makefile | 9 | ||||
-rw-r--r-- | sys/modules/Makefile | 4 |
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 |