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/vesa | |
| parent | e5f94bcd7adefe8db2dba4bb9dacff87c2b2d720 (diff) | |
Notes
Diffstat (limited to 'sys/modules/vesa')
| -rw-r--r-- | sys/modules/vesa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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: |
