From 89e7b37fdc0142af283606772184759aa718f6e4 Mon Sep 17 00:00:00 2001 From: Magnus Holmberg Date: Mon, 14 Jul 2003 16:14:46 +0000 Subject: Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, David Krause, ... --- kerberosV/usr.bin/kauth/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kerberosV/usr.bin/kauth/Makefile') 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 -- cgit v1.2.3