NetBSD/libexec/kpasswdd/Makefile

43 lines
789 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2001/02/11 18:02:06 assar Exp $
2000-12-30 20:29:24 +03:00
.include <bsd.own.mk>
2000-06-17 03:41:40 +04:00
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 \
2000-09-13 15:30:41 +04:00
-DHAVE_CONFIG_H -DINETD_SUPPORT
2000-12-30 20:29:24 +03:00
VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
2000-08-04 02:47:37 +04:00
LDADD= -lkadm5srv \
-lhdb \
-lkrb5 \
-lcrypto \
-lasn1 \
-lcom_err \
2000-08-04 02:47:37 +04:00
-L${VERS} -lvers \
-lroken \
-lcrypt \
-lutil
MAN = kpasswdd.8
.include <bsd.prog.mk>