mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
8 lines
151 B
Makefile
8 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../i386/isa
|
|
KMOD = pcf
|
|
SRCS = device_if.h bus_if.h iicbus_if.h isa_if.h \
|
|
pcf.c
|
|
|
|
.include <bsd.kmod.mk>
|