mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../nfs
|
||
|
|
|
||
|
|
KMOD= nfs_common
|
||
|
|
SRCS= nfs_common.c opt_nfs.h vnode_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|