mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
10 lines
149 B
Makefile
10 lines
149 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/ncr
|
||
|
|
|
||
|
|
KMOD= ncr
|
||
|
|
SRCS= ncr.c
|
||
|
|
SRCS+= device_if.h bus_if.h pci_if.h opt_ncr.h opt_cam.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|