mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
11 lines
210 B
Makefile
11 lines
210 B
Makefile
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/puc
|
|
|
|
KMOD= puc
|
|
SRCS= puc.c puc_cfg.c puc_pci.c puc_pccard.c pucdata.c
|
|
SRCS+= bus_if.h device_if.h serdev_if.c serdev_if.h \
|
|
card_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|