10 lines
146 B
Makefile
10 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../pci
|
|
|
|
KMOD= nfsmb
|
|
SRCS= nfsmb.c
|
|
SRCS+= device_if.h smbus_if.h pci_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|