10 lines
135 B
Makefile
10 lines
135 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
|
|
|
|
.include <bsd.kmod.mk>
|