mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 22:45:13 -04:00
17 lines
267 B
Makefile
17 lines
267 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/fs/nfs
|
|
KMOD= nfscommon
|
|
SRCS= vnode_if.h \
|
|
nfs_commonacl.c \
|
|
nfs_commonkrpc.c \
|
|
nfs_commonport.c \
|
|
nfs_commonsubs.c \
|
|
opt_inet.h \
|
|
opt_inet6.h \
|
|
opt_kern_tls.h \
|
|
opt_kgssapi.h \
|
|
opt_nfs.h \
|
|
opt_ufs.h
|
|
|
|
.include <bsd.kmod.mk>
|