Module Name: src
Committed By: agc
Date: Tue Nov 20 16:33:06 UTC 2012
Modified Files:
src/lib: Makefile
Log Message:
descend into libnetpgpverify so that the compat entries are picked up
To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 src/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/lib/Makefile
diff -u src/lib/Makefile:1.195 src/lib/Makefile:1.196
--- src/lib/Makefile:1.195 Thu Nov 15 23:51:53 2012
+++ src/lib/Makefile Tue Nov 20 16:33:06 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2012/11/15 23:51:53 joerg Exp $
+# $NetBSD: Makefile,v 1.196 2012/11/20 16:33:06 agc Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -48,6 +48,7 @@ SUBDIR+= libskey
.if (${MKCRYPTO} != "no")
SUBDIR+= ../crypto/external/bsd/netpgp/libmj
+SUBDIR+= ../crypto/external/bsd/netpgp/lib/verify
.endif
.if (${MKMDNS} != "no")