From 208e8d0d131fd28b64be7ac6d65e4745fef390ee Mon Sep 17 00:00:00 2001 From: Hans Insulander Date: Sat, 17 May 2003 01:31:22 +0000 Subject: Don't link with unneeded kerberos libraries --- kerberosV/usr.bin/kdestroy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kerberosV/usr.bin/kdestroy/Makefile') diff --git a/kerberosV/usr.bin/kdestroy/Makefile b/kerberosV/usr.bin/kdestroy/Makefile index 1fe3dd50d89..baf4c241e3e 100644 --- a/kerberosV/usr.bin/kdestroy/Makefile +++ b/kerberosV/usr.bin/kdestroy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/05/11 00:20:19 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2003/05/17 01:31:21 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -11,6 +11,6 @@ SRCS= kdestroy.c DPADD+= ${LIBKRB5} ${LIBDES} ${LIBKAFS} ${LIBKRB} ${LIBASN1} ${LIBCRYPTO} \ ${LIBCOM_ERR} -LDADD+= -lkrb5 -ldes -lkafs -lkrb -lasn1 -lcrypto ${LIBROKEN} -lcom_err +LDADD+= -lkrb5 -ldes -lasn1 -lcrypto ${LIBROKEN} -lcom_err .include -- cgit v1.2.3