aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>1999-06-01 18:20:36 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>1999-06-01 18:20:36 +0000
commiteb9d435ae7c125d369eafb759abed6ac49edec9c (patch)
tree0e111bc21afe1ea766f9b079e72a2a1d1f8b199f /sys/modules
parent778359545ece4b1522c236fdf1572e2c4939b20c (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/vesa/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile
index 6de1c879120c..ab9be45aa612 100644
--- a/sys/modules/vesa/Makefile
+++ b/sys/modules/vesa/Makefile
@@ -1,12 +1,11 @@
-# $Id: Makefile,v 1.4 1998/12/30 11:21:07 yokota Exp $
+# $Id: Makefile,v 1.5 1999/01/11 03:18:56 yokota Exp $
.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
KMOD = vesa
SRCS = vesa.c scvesactl.c sc.h vga.h opt_syscons.h opt_vga.h \
- opt_vesa.h opt_vm86.h opt_fb.h
+ opt_vesa.h opt_fb.h
NOMAN =
-CLEANFILES += sc.h vga.h opt_syscons.h opt_vga.h opt_vesa.h opt_vm86.h \
- opt_fb.h
+CLEANFILES += sc.h vga.h opt_syscons.h opt_vga.h opt_vesa.h opt_fb.h
sc.h:
echo "#define NSC 1" > sc.h
@@ -23,9 +22,6 @@ opt_vga.h:
opt_vesa.h:
echo "#define VESA 1" > opt_vesa.h
-opt_vm86.h:
- echo "#define VM86 1" > opt_vm86.h
-
opt_fb.h:
touch opt_fb.h