mirror of
https://github.com/opnsense/src.git
synced 2026-05-18 03:59:39 -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>
|