freebsd-dev/sys/modules/s3/Makefile
Jeroen Ruigrok van der Werven cbfa684843 We don't use += for SRCS in Makefiles, we simply use the
line continuation character and state the rest of the sourcefiles
on the next line.
2001-01-06 09:44:30 +00:00

10 lines
158 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/fb
KMOD = s3
SRCS = device_if.h bus_if.h isa_if.h pci_if.h \
s3_pci.c
KMODDEPS = vesa
.include <bsd.kmod.mk>