xref: /openbsd/sbin/nfsd/Makefile (revision 46ebbf29)
1#	$OpenBSD: Makefile,v 1.9 2022/08/29 17:00:30 deraadt Exp $
2
3PROG=	nfsd
4MAN=	nfsd.8
5
6.include <bsd.prog.mk>
7
8# Don't compile nfsd as static binary by default
9LDSTATIC=
10