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 unified 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,13 +1,13 @@ @@ -1,13 +1,13 @@
1# $NetBSD: Makefile,v 1.1 2009/01/20 07:12:16 agc Exp $ 1# $NetBSD: Makefile,v 1.2 2009/05/02 02:31:35 agc Exp $
2 2
3# 3#
4# This Makefile exists to provide a single point to build 4# This Makefile exists to provide a single point to build
5# all crypto libraries provided by external packages that may 5# all crypto libraries provided by external packages that may
6# be used by other applications in the system. 6# be used by other applications in the system.
7# 7#
8 8
9.include <bsd.own.mk> 9.include <bsd.own.mk>
10 10
11SUBDIR+= ../bsd/openpgpsdk/lib 11SUBDIR+= ../bsd/netpgp/lib
12 12
13.include <bsd.subdir.mk> 13.include <bsd.subdir.mk>