summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2003-06-03 09:18:01 +0000
committerHans Insulander <hin@cvs.openbsd.org>2003-06-03 09:18:01 +0000
commit18f6416fab4cba81f1373180df53c6b7f8036cbb (patch)
tree42075d769ed3cb35af066a338adb931699d039ea /lib
parent60a70094f0884e56c966aee50b64e618ed9a15f2 (diff)
Do the symlink library trick with libcom_err as well
Diffstat (limited to 'lib')
-rw-r--r--lib/libkrb5/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \