mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
modular compilation harder. I'm doing this because people seem to like cut/pasting examples of bad practices in existing code.
8 lines
155 B
Makefile
8 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>
|