# $NetBSD: Makefile,v 1.8 2001/02/11 18:02:06 assar Exp $ .include DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/heimdal/kpasswd WARNS?= 1 MKLINT= no PROG= kpasswdd SRCS= kpasswdd.c CPPFLAGS+= -I. \ -I${DIST}/heimdal/kpasswd \ -I${.CURDIR}/../../include/heimdal \ -I${DESTDIR}/usr/include/kadm5 \ -I${DESTDIR}/usr/include/krb5 \ -I${DIST}/openssl/crypto/md4 \ -I${DIST}/openssl/crypto/md5 \ -I${DIST}/openssl/crypto/sha \ -I${DIST}/openssl/crypto/rc4 \ -I${DIST}/openssl/crypto/des \ -DHAVE_CONFIG_H -DINETD_SUPPORT VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR} LDADD= -lkadm5srv \ -lhdb \ -lkrb5 \ -lcrypto \ -lasn1 \ -lcom_err \ -L${VERS} -lvers \ -lroken \ -lcrypt \ -lutil MAN = kpasswdd.8 .include