mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
19 lines
323 B
Makefile
19 lines
323 B
Makefile
.PATH: ${SRCTOP}/sys/fs/nfsserver
|
|
KMOD= nfsd
|
|
SRCS= vnode_if.h \
|
|
nfs_fha_new.c \
|
|
nfs_nfsdserv.c \
|
|
nfs_nfsdcache.c \
|
|
nfs_nfsdkrpc.c \
|
|
nfs_nfsdsocket.c \
|
|
nfs_nfsdstate.c \
|
|
nfs_nfsdsubs.c \
|
|
nfs_nfsdport.c \
|
|
opt_ufs.h \
|
|
opt_nfs.h \
|
|
opt_inet.h \
|
|
opt_inet6.h \
|
|
opt_kern_tls.h \
|
|
opt_kgssapi.h
|
|
|
|
.include <bsd.kmod.mk>
|