Module Name: src
Committed By: christos
Date: Fri May 20 02:04:59 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/lib/libkrb5: Makefile
Log Message:
Let's see if we can get away with this for the sun2 port or we are going
to need to:
1. put the contents of libipc.a in libkrb5.a
or
2. install libipc.a [perhaps call it libkrbipc.a?]
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.1 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.2
--- src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.1 Wed Apr 13 15:16:53 2011
+++ src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile Thu May 19 22:04:59 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:53 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/05/20 02:04:59 christos Exp $
USE_FORT?= yes # network protocol library
@@ -17,6 +17,7 @@
crypto ${SSLBASE}/lib/libcrypto \
asn1 ${HEIMBASE}/lib/libasn1 \
com_err ${HEIMBASE}/lib/libcom_err \
+ ipc ${HEIMBASE}/lib/libipc \
roken ${HEIMBASE}/lib/libroken \
wind ${HEIMBASE}/lib/libwind \
heimbase ${HEIMBASE}/lib/libheimbase