summaryrefslogtreecommitdiff
path: root/sbin/nfsd/Makefile
blob: 5191eb2abc5914018ca1591b19e399e92c07cce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.4 1997/04/19 21:26:23 millert Exp $
#	$NetBSD: Makefile,v 1.10 1995/03/18 14:58:57 cgd Exp $

PROG=	nfsd
MAN=	nfsd.8

.include <bsd.own.mk>	# For KERBEROS

.if (${KERBEROS} == "yes")
CFLAGS+=-DKERBEROS
LDADD+=	-lkrb -ldes
DPADD+=	${LIBKRB} ${LIBDES}
.endif

.include <bsd.prog.mk>