NetBSD/usr.sbin/hprop/Makefile

44 lines
755 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2001/12/12 12:24:30 lukem Exp $
NOLINT= # defined
2001-01-11 16:15:06 +03:00
.include <bsd.own.mk>
2000-06-17 03:41:40 +04:00
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kdc
WARNS?= 1
PROG= hprop
SRCS= hprop.c \
mit_dump.c \
v4_dump.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 \
2000-06-17 03:41:40 +04:00
-I${DESTDIR}/usr/include/kerberosIV \
-I${DESTDIR}/usr/include/krb5 \
-DHAVE_CONFIG_H
2001-01-11 16:15:06 +03:00
VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
2000-08-04 02:47:37 +04:00
LDADD= -lhdb \
-lkrb5 \
-lkdb \
-lkrb \
-lcrypto \
-lasn1 \
-lcom_err \
2000-08-04 02:47:37 +04:00
-L${VERS} -lvers \
-lroken \
-lcrypt
MAN= hprop.8
.include <bsd.prog.mk>