diff options
author | yokota <yokota@FreeBSD.org> | 1998-12-30 11:21:08 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1998-12-30 11:21:08 +0000 |
commit | 5a321038595ca1b0d81c06c484bcc39dfe19adb9 (patch) | |
tree | 4d90a7519a22309071cb9098790e242435e30bab /sys/modules | |
parent | ddd867ad2cbeb99fda71dd70db5b49179392cdaa (diff) | |
download | FreeBSD-src-5a321038595ca1b0d81c06c484bcc39dfe19adb9.zip FreeBSD-src-5a321038595ca1b0d81c06c484bcc39dfe19adb9.tar.gz |
Make the VESA KLD module work!
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/vesa/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 1af9a76..de54238 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.41 1998/12/27 19:43:28 sos Exp $ +# $Id: Makefile,v 1.42 1998/12/28 05:27:19 peter Exp $ # XXX present but broken: ip_mroute_mod # XXX not yet completed porting: pcic syscons/* -# XXX builds but not updated: atapi, wcd, maybe vesa +# XXX builds but not updated: atapi, wcd SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \ mfs msdos nfs nullfs portal procfs umapfs union vinum diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile index 62dd4bc..a44334c 100644 --- a/sys/modules/vesa/Makefile +++ b/sys/modules/vesa/Makefile @@ -1,10 +1,9 @@ -# $Id: Makefile,v 1.2 1998/09/15 20:14:11 sos Exp $ +# $Id: Makefile,v 1.3 1998/10/16 04:30:51 peter Exp $ .PATH: ${.CURDIR}/../../i386/isa KMOD = vesa SRCS = vesa.c scvesactl.c sc.h opt_vesa.h opt_vm86.h NOMAN = -CFLAGS += -DVESA_MODULE CLEANFILES += sc.h opt_vesa.h opt_vm86.h sc.h: |