NetBSD/libexec/hprop/Makefile

40 lines
756 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:37 thorpej Exp $
DIST= ${.CURDIR}/../../dist
.PATH: ${DIST}/heimdal/kdc
WARNS?= 1
MKLINT= no
PROG= hprop
SRCS= hprop.c \
hprop-common.c
CPPFLAGS+= -I. \
-I${DIST}/heimdal/kdc \
-I${DIST}/heimdal/lib/hdb \
-I${DIST}/heimdal/lib/krb5 \
-I${.CURDIR}/../../include/heimdal \
-I${DIST}/heimdal/lib/asn1 \
-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
LDADD= -lhdb \
-lkrb5 \
-lkdb \
-lkrb \
-lcrypto \
-lasn1 \
-lcom_err \
-lroken \
-lcrypt
MAN= hprop.8
.include <bsd.prog.mk>