diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-10-06 01:43:59 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-10-06 01:43:59 +0000 |
| commit | 3ed78c6696811e0ed1a797156ec471e60dffea2b (patch) | |
| tree | 030ad17bfe00c3c888f6729a6b5a456ce6690f32 /sys/modules/vesa/Makefile | |
| parent | 511652767f971a224aff6d4056cd9b48fd4c889a (diff) | |
Notes
Diffstat (limited to 'sys/modules/vesa/Makefile')
| -rw-r--r-- | sys/modules/vesa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile index e2da541a3fd5..3270dbc9dc3f 100644 --- a/sys/modules/vesa/Makefile +++ b/sys/modules/vesa/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa KMOD = vesa -SRCS = vesa.c scvesactl.c opt_vga.h +SRCS = vesa.c scvesactl.c opt_vga.h opt_vesa.h NOMAN = .include <bsd.kmod.mk> |
