Sat May 2 02:31:36 2009 UTC ()
Fix a build failure reported by Perry


(agc)
diff -r1.1 -r1.2 src/crypto/external/lib/Makefile

cvs diff -r1.1 -r1.2 src/crypto/external/lib/Attic/Makefile (expand / switch to context diff)
--- src/crypto/external/lib/Attic/Makefile 2009/01/20 07:12:16 1.1
+++ src/crypto/external/lib/Attic/Makefile 2009/05/02 02:31:35 1.2
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/01/20 07:12:16 agc Exp $
+#	$NetBSD: Makefile,v 1.2 2009/05/02 02:31:35 agc Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -8,6 +8,6 @@
 
 .include <bsd.own.mk>
 
-SUBDIR+= ../bsd/openpgpsdk/lib
+SUBDIR+= ../bsd/netpgp/lib
 
 .include <bsd.subdir.mk>