Module Name:    src
Committed By:   agc
Date:           Sun Mar  9 00:24:47 UTC 2014

Modified Files:
        src/crypto/external/bsd/netpgp/bin: Makefile
Added Files:
        src/crypto/external/bsd/netpgp/bin/netpgp: Makefile
Removed Files:
        src/crypto/external/bsd/netpgp/netpgp: Makefile

Log Message:
Move the netpgp directory (for the executable) under the bin reachover
directory


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/netpgp/bin/Makefile
cvs rdiff -u -r0 -r1.2 src/crypto/external/bsd/netpgp/bin/netpgp/Makefile
cvs rdiff -u -r1.4 -r0 src/crypto/external/bsd/netpgp/netpgp/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/bin/Makefile
diff -u src/crypto/external/bsd/netpgp/bin/Makefile:1.4 src/crypto/external/bsd/netpgp/bin/Makefile:1.5
--- src/crypto/external/bsd/netpgp/bin/Makefile:1.4	Tue Nov 20 05:26:25 2012
+++ src/crypto/external/bsd/netpgp/bin/Makefile	Sun Mar  9 00:24:47 2014
@@ -1,5 +1,6 @@
-#	$NetBSD: Makefile,v 1.4 2012/11/20 05:26:25 agc Exp $
+#	$NetBSD: Makefile,v 1.5 2014/03/09 00:24:47 agc Exp $
 
+SUBDIR+=	netpgp
 SUBDIR+=	netpgpverify
 
 .include <bsd.subdir.mk>

Added files:

Index: src/crypto/external/bsd/netpgp/bin/netpgp/Makefile
diff -u /dev/null src/crypto/external/bsd/netpgp/bin/netpgp/Makefile:1.2
--- /dev/null	Sun Mar  9 00:24:47 2014
+++ src/crypto/external/bsd/netpgp/bin/netpgp/Makefile	Sun Mar  9 00:24:47 2014
@@ -0,0 +1,26 @@
+#	$NetBSD: Makefile,v 1.2 2014/03/09 00:24:47 agc Exp $
+
+.include <bsd.own.mk>
+
+PROG=		netpgp
+BINDIR=		/usr/bin
+
+CPPFLAGS+=	-I${EXTDIST}/include
+
+LIBNETPGPDIR!=	cd ${.CURDIR}/../../lib && ${PRINTOBJDIR}
+LDADD+=		-L${LIBNETPGPDIR} -lnetpgp
+DPADD+=		${LIBNETPGPDIR}/libnetpgp.a
+
+LIBMJDIR!=	cd ${.CURDIR}/../../libmj && ${PRINTOBJDIR}
+LDADD+=		-L${LIBMJDIR} -lmj
+DPADD+=		${LIBMJDIR}/libmj.a
+
+LDADD+=		-lcrypto -lz -lbz2
+DPADD+=		${LIBCRYPTO} ${LIBZ} ${LIBBZ2}
+
+MAN=		netpgp.1
+
+EXTDIST=	${.CURDIR}/../../dist
+.PATH: ${EXTDIST}/src/netpgp
+
+.include <bsd.prog.mk>

Reply via email to