diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-12-30 11:21:08 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-12-30 11:21:08 +0000 |
| commit | 13e05026dd61b8dc24b5654cba4d9ba118cbc002 (patch) | |
| tree | b63f7ef36f5bc75a2e2d05f2d6e3dc22f9aee322 /sys/modules | |
| parent | e5f94bcd7adefe8db2dba4bb9dacff87c2b2d720 (diff) | |
Notes
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 1af9a760c6c02..de542380c02e0 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 62dd4bc141e6e..a44334c22ddcf 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: |
