mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
135 B
Makefile
9 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>
|