summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kauth
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/kauth
parent38242218747fea14f0da0b54e7a9b95aa3b22d0e (diff)
Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ...
Diffstat (limited to 'kerberosV/usr.bin/kauth')
-rw-r--r--kerberosV/usr.bin/kauth/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/kerberosV/usr.bin/kauth/Makefile b/kerberosV/usr.bin/kauth/Makefile
index 913608ed802..c8f7943cbc5 100644
--- a/kerberosV/usr.bin/kauth/Makefile
+++ b/kerberosV/usr.bin/kauth/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2003/05/14 06:53:34 mho Exp $
+# $OpenBSD: Makefile,v 1.7 2003/07/14 16:14:44 mho Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -7,10 +7,11 @@ PROG= kauth
NOMAN=
SRCS= kinit.c
+SRCS+= ${PRINTVER}
.PATH: ${KRB5SRC}/kuser
-DPADD+= ${LIBKRB5} ${LIBDES} ${LIBASN1} ${LIBCRYPTO} ${LIBCOM_ERR}
-LDADD+= -lkrb5 -ldes ${LIBROKEN} -lasn1 -lcrypto -lcom_err
+DPADD+= ${LIBKRB5} ${LIBDES} ${LIBCRYPTO}
+LDADD+= -lkrb5 -ldes -lcrypto
.include <bsd.prog.mk>