Module Name: src
Committed By: agc
Date: Wed May 27 04:47:08 UTC 2009
Modified Files:
src/crypto/external/bsd/netpgp/lib: Makefile
Log Message:
Use a relative path, rather than an absolute one, to find the source
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/netpgp/lib/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/netpgp/lib/Makefile
diff -u src/crypto/external/bsd/netpgp/lib/Makefile:1.5 src/crypto/external/bsd/netpgp/lib/Makefile:1.6
--- src/crypto/external/bsd/netpgp/lib/Makefile:1.5 Tue May 26 05:11:17 2009
+++ src/crypto/external/bsd/netpgp/lib/Makefile Wed May 27 04:47:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/05/26 05:11:17 lukem Exp $
+# $NetBSD: Makefile,v 1.6 2009/05/27 04:47:08 agc Exp $
.include <bsd.own.mk>
@@ -13,7 +13,7 @@
MAN= libnetpgp.3
WARNS=4
-EXTDIST=${NETBSDSRCDIR}/crypto/external/bsd/netpgp/dist
+EXTDIST=${.CURDIR}/../dist
.PATH: ${EXTDIST}/include ${EXTDIST}/src/lib