freebsd-dev/sys/modules/vesa/Makefile
Peter Wemm 8f8e587948 Use config's conditional compilation rather than using #ifdefs that make
modular compilation harder.  I'm doing this because people seem to like
cut/pasting examples of bad practices in existing code.
2000-01-29 15:08:56 +00:00

9 lines
155 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
KMOD = vesa
SRCS = vesa.c scvesactl.c opt_vga.h
NOMAN =
.include <bsd.kmod.mk>