diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-15 17:22:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-15 17:22:02 +0000 |
commit | 8812fc03a0544f2ddd93f13d06202ef33b2c7ecf (patch) | |
tree | 7ce3d0f4511883296b5aa1f679aeecb7a120c35a /lib | |
parent | e4b17b8efdc5d9ea38e4c8ae422c4220b7c0013a (diff) |
must install libcom_err.so too
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) |