Module Name: src
Committed By: agc
Date: Sun May 6 18:15:26 UTC 2012
Added Files:
src/crypto/external/bsd/netpgp/bin [agc-netpgp-standalone]: Makefile
Log Message:
Reachover Makefile for the bin directory for standalone netpgp
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3.6.2 src/crypto/external/bsd/netpgp/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/crypto/external/bsd/netpgp/bin/Makefile
diff -u /dev/null src/crypto/external/bsd/netpgp/bin/Makefile:1.3.6.2
--- /dev/null Sun May 6 18:15:26 2012
+++ src/crypto/external/bsd/netpgp/bin/Makefile Sun May 6 18:15:26 2012
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.3.6.2 2012/05/06 18:15:26 agc Exp $
+
+SUBDIR+= netpgp netpgpkeys netpgpverify
+#SUBDIR+= hkpc hkpd pgp2ssh
+
+.include <bsd.subdir.mk>