Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl add a dependency to realall from...



details:   https://anonhg.NetBSD.org/src/rev/1480a942426c
branches:  trunk
changeset: 784150:1480a942426c
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 19 21:05:46 2013 +0000

description:
add a dependency to realall from Takeshi Nakayama

diffstat:

 crypto/external/bsd/openssl/pkgconfig.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r a28050b5fea2 -r 1480a942426c crypto/external/bsd/openssl/pkgconfig.mk
--- a/crypto/external/bsd/openssl/pkgconfig.mk  Sat Jan 19 20:49:33 2013 +0000
+++ b/crypto/external/bsd/openssl/pkgconfig.mk  Sat Jan 19 21:05:46 2013 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: pkgconfig.mk,v 1.1 2013/01/18 18:09:55 christos Exp $
+# $NetBSD: pkgconfig.mk,v 1.2 2013/01/19 21:05:46 christos Exp $
 
 FILESDIR=/usr/lib/pkgconfig
 .for pkg in ${PKGCONFIG}
 FILES+=${pkg}.pc
 CLEANFILES+=${pkg}.pc
 
+realall: ${pkg}.pc
 ${pkg}.pc: ${.CURDIR}/../../mkpc
        ${.ALLSRC} ${.TARGET} > ${.TARGET}
 .endfor



Home | Main Index | Thread Index | Old Index