diff options
author | sos <sos@FreeBSD.org> | 1998-09-15 20:17:35 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-09-15 20:17:35 +0000 |
commit | a53d2c6aabd92f26041de78ec26ef0b6ebc3ccdb (patch) | |
tree | 5b00976612505e643eb8eac71ea1ee8cbf471bcf | |
parent | 1cecbdf1b410af5c5cd9e0fddbb957ee4fcf3d6d (diff) | |
download | FreeBSD-src-a53d2c6aabd92f26041de78ec26ef0b6ebc3ccdb.zip FreeBSD-src-a53d2c6aabd92f26041de78ec26ef0b6ebc3ccdb.tar.gz |
Add the vesa module to the list
-rw-r--r-- | lkm/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index 83d4a21..60df9a0 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.29 1998/02/18 14:30:07 msmith Exp $ +# $Id: Makefile,v 1.30 1998/05/15 11:57:05 jb Exp $ # XXX present but broken: ip_mroute_mod mfs .if ${MACHINE_ARCH} == "i386" SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ ipfw joy kernfs linux msdos nfs nullfs \ - pcic portal procfs syscons umapfs wcd + pcic portal procfs syscons umapfs vesa wcd .endif # XXX builds, but not useable with present design diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 83d4a21..60df9a0 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.29 1998/02/18 14:30:07 msmith Exp $ +# $Id: Makefile,v 1.30 1998/05/15 11:57:05 jb Exp $ # XXX present but broken: ip_mroute_mod mfs .if ${MACHINE_ARCH} == "i386" SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ ipfw joy kernfs linux msdos nfs nullfs \ - pcic portal procfs syscons umapfs wcd + pcic portal procfs syscons umapfs vesa wcd .endif # XXX builds, but not useable with present design |