diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkrb5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkrb5/Makefile b/lib/libkrb5/Makefile index 4bf08159dee..3f1dbe46a50 100644 --- a/lib/libkrb5/Makefile +++ b/lib/libkrb5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2003/07/14 16:15:32 mho Exp $ +# $OpenBSD: Makefile,v 1.12 2003/07/15 17:22:01 deraadt Exp $ KRB5DIR= ${.CURDIR}/../../kerberosV GENDIR= ${.CURDIR}/generated @@ -84,8 +84,8 @@ includes: echo -SHLIB_LINKS = kafs asn1 -ALIB_LINKS = $(SHLIB_LINKS) hdb com_err +SHLIB_LINKS = kafs asn1 com_err +ALIB_LINKS = $(SHLIB_LINKS) hdb afterinstall: .if !defined(NOPIC) |