summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2003-06-03 09:18:00 +0000
committerhin <hin@openbsd.org>2003-06-03 09:18:00 +0000
commitd6aa1f85b130f2dac3944f6c45836797ee468f87 (patch)
treeaf5df47c56705e06b00c9748504fe52168df3b9d
parentMake com_err part of the "new" libkrb5 (diff)
downloadwireguard-openbsd-d6aa1f85b130f2dac3944f6c45836797ee468f87.tar.xz
wireguard-openbsd-d6aa1f85b130f2dac3944f6c45836797ee468f87.zip
Do the symlink library trick with libcom_err as well
-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 \