mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
in sys/nfs/nfs_nfssvc.c by registering with it using the nfsd_call_nfsserver function pointer. Also, add the build glue for nfs_nfssvc.c optionally based on "nfsserver" and also as a loadable module. Submitted by: rmacklem Reviewed by: kib Approved by: kib (mentor)
9 lines
111 B
Makefile
9 lines
111 B
Makefile
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../nfs
|
|
KMOD= nfssvc
|
|
SRCS= nfs_nfssvc.c \
|
|
opt_nfs.h
|
|
|
|
.include <bsd.kmod.mk>
|