summaryrefslogtreecommitdiffstats
path: root/lkm/vesa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lkm/vesa/Makefile')
-rw-r--r--lkm/vesa/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/lkm/vesa/Makefile b/lkm/vesa/Makefile
deleted file mode 100644
index ae9662f..0000000
--- a/lkm/vesa/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $Id: Makefile,v 1.1 1998/09/15 20:09:18 sos Exp $
-
-.PATH: ${.CURDIR}/../../sys/i386/isa
-KMOD = vesa_mod
-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:
- echo "#define NSC 1" > sc.h
-
-opt_vesa.h:
- echo "#define VESA 1" > opt_vesa.h
-
-opt_vm86.h:
- echo "#define VM86 1" > opt_vm86.h
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud