diff options
-rw-r--r-- | lib/libkrb5/Makefile | 4 |
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 \ |