summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/string2key
diff options
context:
space:
mode:
authorMagnus Holmberg <mho@cvs.openbsd.org>2003-07-14 16:14:46 +0000
committerMagnus Holmberg <mho@cvs.openbsd.org>2003-07-14 16:14:46 +0000
commit89e7b37fdc0142af283606772184759aa718f6e4 (patch)
tree29211e76c7b53fa11c8cba2664b690a75e7cdc03 /kerberosV/usr.bin/string2key
parent38242218747fea14f0da0b54e7a9b95aa3b22d0e (diff)
Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...
Diffstat (limited to 'kerberosV/usr.bin/string2key')
-rw-r--r--kerberosV/usr.bin/string2key/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/kerberosV/usr.bin/string2key/Makefile b/kerberosV/usr.bin/string2key/Makefile
index 22cf14cea96..826192c2882 100644
--- a/kerberosV/usr.bin/string2key/Makefile
+++ b/kerberosV/usr.bin/string2key/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2003/05/17 01:31:21 hin Exp $
+# $OpenBSD: Makefile,v 1.4 2003/07/14 16:14:45 mho Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -6,11 +6,16 @@ KRBDEPTH=../..
PROG= string2key
MAN= ${PROG}.8
+SRCS= string2key.c
+SRCS+= ${PRINTVER}
+SRCS+= estrdup.c
+
.PATH: ${KRB5SRC}/kdc
+.PATH: ${ROKENSRC}
CFLAGS+=-I${KRB5SRC}/kdc -I${KRB5SRC}/lib/krb5
-DPADD+= ${LIBKRB5} ${LIBDES} ${LIBKAFS} ${LIBKRB} ${LIBASN1} ${LIBCRYPTO} \
- ${LIBCOM_ERR}
-LDADD+= -lkrb5 -ldes ${LIBROKEN} -lasn1 -lcrypto -lcom_err
+
+DPADD+= ${LIBKRB5} ${LIBDES} ${LIBCRYPTO}
+LDADD+= -lkrb5 -ldes -lcrypto
.include <bsd.prog.mk>