diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
| commit | 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch) | |
| tree | a75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/vesa | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/vesa')
| -rw-r--r-- | sys/modules/vesa/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile index f38483fb54c7..16aa8d0354ba 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> |
