2001-12-31 22:26:59 +03:00
|
|
|
# $NetBSD: Makefile,v 1.10 2001/12/31 19:28:03 thorpej Exp $
|
2001-12-12 15:24:19 +03:00
|
|
|
|
|
|
|
NOLINT= # defined
|
2000-12-30 18:25:19 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2000-06-17 03:57:18 +04:00
|
|
|
DIST= ${.CURDIR}/../../crypto/dist
|
2000-06-17 03:47:14 +04:00
|
|
|
.PATH: ${DIST}/heimdal/kpasswd
|
|
|
|
|
|
|
|
WARNS?= 1
|
|
|
|
|
|
|
|
PROG= kpasswd
|
|
|
|
|
|
|
|
SRCS= kpasswd.c
|
|
|
|
|
|
|
|
CPPFLAGS+= -I. \
|
|
|
|
-I${DIST}/heimdal/kpasswd \
|
|
|
|
-I${.CURDIR}/../../include/heimdal \
|
|
|
|
-I${DESTDIR}/usr/include/krb5 \
|
|
|
|
-DHAVE_CONFIG_H
|
|
|
|
|
2000-12-30 17:54:39 +03:00
|
|
|
VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
|
2000-08-04 02:47:37 +04:00
|
|
|
|
2000-06-17 03:47:14 +04:00
|
|
|
LDADD= -lkrb5 \
|
|
|
|
-lcrypto \
|
|
|
|
-lasn1 \
|
|
|
|
-lcom_err \
|
2000-08-04 02:47:37 +04:00
|
|
|
-L${VERS} -lvers \
|
2000-06-17 03:47:14 +04:00
|
|
|
-lroken \
|
|
|
|
-lcrypt
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|