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>
|