summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commitd7156780d39bcfe9261d9a092c4b4fcbf122a73e (patch)
tree18228d1b21d9e19229ad8461e2b326297d531fef /sys/modules/vesa
parent927cbd2a6cdb5a394f334292d5ba382cf783967f (diff)
downloadFreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.zip
FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.tar.gz
Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Diffstat (limited to 'sys/modules/vesa')
-rw-r--r--sys/modules/vesa/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile
index f38483f..16aa8d0 100644
--- a/sys/modules/vesa/Makefile
+++ b/sys/modules/vesa/Makefile
@@ -5,7 +5,7 @@ KMOD = vesa
SRCS = vesa.c scvesactl.c sc.h vga.h opt_syscons.h opt_vga.h \
opt_vesa.h opt_fb.h
NOMAN =
-CLEANFILES += sc.h vga.h opt_syscons.h opt_vga.h opt_vesa.h opt_fb.h
+CLEANFILES = sc.h vga.h
sc.h:
echo "#define NSC 1" > sc.h
@@ -13,16 +13,7 @@ sc.h:
vga.h:
echo "#define NVGA 1" > vga.h
-opt_syscons.h:
- touch opt_syscons.h
-
-opt_vga.h:
- touch opt_vga.h
-
opt_vesa.h:
echo "#define VESA 1" > opt_vesa.h
-opt_fb.h:
- touch opt_fb.h
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud