Module Name: src Committed By: bouyer Date: Tue Apr 8 20:23:11 UTC 2014
Modified Files: src/crypto/external/bsd/openssl [netbsd-6-1]: pkgconfig.mk Log Message: Pull up following revision(s) (requested by tron in ticket #1045): crypto/external/bsd/openssl/pkgconfig.mk: revision 1.5 Run the mkpc script using ${HOST_SH} To generate a diff of this commit: cvs rdiff -u -r1.5.4.2 -r1.5.4.3 src/crypto/external/bsd/openssl/pkgconfig.mk 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/openssl/pkgconfig.mk diff -u src/crypto/external/bsd/openssl/pkgconfig.mk:1.5.4.2 src/crypto/external/bsd/openssl/pkgconfig.mk:1.5.4.3 --- src/crypto/external/bsd/openssl/pkgconfig.mk:1.5.4.2 Tue Apr 8 11:44:22 2014 +++ src/crypto/external/bsd/openssl/pkgconfig.mk Tue Apr 8 20:23:11 2014 @@ -1,4 +1,6 @@ -# $NetBSD: pkgconfig.mk,v 1.5.4.2 2014/04/08 11:44:22 msaitoh Exp $ +# $NetBSD: pkgconfig.mk,v 1.5.4.3 2014/04/08 20:23:11 bouyer Exp $ + +.include <bsd.own.mk> FILESDIR=/usr/lib/pkgconfig .for pkg in ${PKGCONFIG} @@ -6,5 +8,5 @@ FILES+=${pkg}.pc FILESBUILD_${pkg}.pc=yes ${pkg}.pc: ${.CURDIR}/../../mkpc - ${.ALLSRC} ${OPENSSLSRC}/crypto ${.TARGET} > ${.TARGET} + ${HOST_SH} ${.ALLSRC} ${OPENSSLSRC}/crypto ${.TARGET} > ${.TARGET} .endfor