freebsd-dev/sys/modules/nfssvc/Makefile
Rick Macklem 45452edc37 Change nfsserver so that it uses the nfssvc() system call provided
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)
2009-04-12 19:04:27 +00:00

10 lines
111 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../nfs
KMOD= nfssvc
SRCS= nfs_nfssvc.c \
opt_nfs.h
.include <bsd.kmod.mk>