45452edc37
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)
10 lines
111 B
Makefile
10 lines
111 B
Makefile
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../nfs
|
|
KMOD= nfssvc
|
|
SRCS= nfs_nfssvc.c \
|
|
opt_nfs.h
|
|
|
|
.include <bsd.kmod.mk>
|