From 18f6416fab4cba81f1373180df53c6b7f8036cbb Mon Sep 17 00:00:00 2001 From: Hans Insulander Date: Tue, 3 Jun 2003 09:18:01 +0000 Subject: Do the symlink library trick with libcom_err as well --- lib/libkrb5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libkrb5') diff --git a/lib/libkrb5/Makefile b/lib/libkrb5/Makefile index 1c67e8e64a4..a92e23e6767 100644 --- a/lib/libkrb5/Makefile +++ b/lib/libkrb5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2003/06/03 09:12:25 hin Exp $ +# $OpenBSD: Makefile,v 1.9 2003/06/03 09:18:00 hin Exp $ KRB5DIR= ${.CURDIR}/../../kerberosV GENDIR= ${.CURDIR}/generated @@ -70,7 +70,7 @@ includes: SHLIB_LINKS = kafs asn1 -ALIB_LINKS = $(SHLIB_LINKS) hdb +ALIB_LINKS = $(SHLIB_LINKS) hdb com_err afterinstall: for f in $(SHLIB_LINKS); do \ -- cgit v1.2.3