summaryrefslogtreecommitdiff
path: root/libexec/hpropd/Makefile
blob: 5b5f92618c3c448979c18f888f61b27c7f1c2c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: Makefile,v 1.8 2001/12/12 00:51:06 tv Exp $

NOLINT=		# defined

.include <bsd.own.mk>

DIST=		${.CURDIR}/../../crypto/dist
.PATH:		${DIST}/heimdal/kdc

WARNS?=		1

PROG=		hpropd
MAN=		hpropd.8

CPPFLAGS+= -I.					\
	-I${DIST}/heimdal/kdc			\
	-I${.CURDIR}/../../include/heimdal	\
	-I${DIST}/heimdal/lib/asn1		\
	-I${DIST}/heimdal/lib/krb5		\
	-I${DESTDIR}/usr/include/kerberosIV	\
	-I${DESTDIR}/usr/include/krb5		\
	-DHAVE_CONFIG_H

VERS!=		cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}

LDADD=		-lhdb -lkrb5 -lkdb -lkrb -lcrypto -lasn1 \
		-lcom_err -L${VERS} -lvers -lroken -lcrypt

.include <bsd.prog.mk>