Tue May 26 05:42:25 2009 UTC ()
rcsid fixup


(lukem)
diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/Makefile.am
diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/src/Makefile.am
diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/src/bin/Makefile.am
diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.am
diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/tests/Makefile.am

cvs diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/Makefile.am (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/Makefile.am 2009/05/26 04:27:28 1.1
+++ src/crypto/external/bsd/netpgp/dist/Makefile.am 2009/05/26 05:42:25 1.2
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1## $Id: Makefile.am,v 1.1 2009/05/26 04:27:28 lukem Exp $ 1## $NetBSD: Makefile.am,v 1.2 2009/05/26 05:42:25 lukem Exp $
2 2
3SUBDIRS = include src tests 3SUBDIRS = include src tests

cvs diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/src/Makefile.am (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/Makefile.am 2009/05/26 04:27:29 1.1
+++ src/crypto/external/bsd/netpgp/dist/src/Makefile.am 2009/05/26 05:42:25 1.2
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1## $Id: Makefile.am,v 1.1 2009/05/26 04:27:29 lukem Exp $ 1## $NetBSD: Makefile.am,v 1.2 2009/05/26 05:42:25 lukem Exp $
2 2
3SUBDIRS = lib bin 3SUBDIRS = lib bin

cvs diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/src/bin/Attic/Makefile.am (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/bin/Attic/Makefile.am 2009/05/26 04:27:29 1.1
+++ src/crypto/external/bsd/netpgp/dist/src/bin/Attic/Makefile.am 2009/05/26 05:42:25 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1## $Id: Makefile.am,v 1.1 2009/05/26 04:27:29 lukem Exp $ 1## $NetBSD: Makefile.am,v 1.2 2009/05/26 05:42:25 lukem Exp $
2 2
3AM_CFLAGS = $(WARNCFLAGS) 3AM_CFLAGS = $(WARNCFLAGS)
4 4
5bin_PROGRAMS = netpgp 5bin_PROGRAMS = netpgp
6 6
7netpgp_SOURCES = netpgp.c 7netpgp_SOURCES = netpgp.c
8 8
9netpgp_CPPFLAGS = -I$(top_srcdir)/include 9netpgp_CPPFLAGS = -I$(top_srcdir)/include
10 10
11netpgp_LDADD = ../lib/libnetpgp.la 11netpgp_LDADD = ../lib/libnetpgp.la
12 12
13man1_MANS = netpgp.1 13man1_MANS = netpgp.1
14 14

cvs diff -r1.2 -r1.3 src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.am (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.am 2009/05/26 05:20:25 1.2
+++ src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.am 2009/05/26 05:42:25 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1## $Id: Makefile.am,v 1.2 2009/05/26 05:20:25 lukem Exp $ 1## $NetBSD: Makefile.am,v 1.3 2009/05/26 05:42:25 lukem Exp $
2 2
3AM_CFLAGS = $(WARNCFLAGS) 3AM_CFLAGS = $(WARNCFLAGS)
4 4
5lib_LTLIBRARIES = libnetpgp.la 5lib_LTLIBRARIES = libnetpgp.la
6 6
7libnetpgp_la_CPPFLAGS = -I$(top_srcdir)/include 7libnetpgp_la_CPPFLAGS = -I$(top_srcdir)/include
8 8
9libnetpgp_la_SOURCES = \ 9libnetpgp_la_SOURCES = \
10 compress.c \ 10 compress.c \
11 create.c \ 11 create.c \
12 crypto.c \ 12 crypto.c \
13 keyring.c \ 13 keyring.c \
14 misc.c \ 14 misc.c \

cvs diff -r1.1 -r1.2 src/crypto/external/bsd/netpgp/dist/tests/Makefile.am (expand / switch to unified diff)

--- src/crypto/external/bsd/netpgp/dist/tests/Makefile.am 2009/05/26 04:27:30 1.1
+++ src/crypto/external/bsd/netpgp/dist/tests/Makefile.am 2009/05/26 05:42:25 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1## $Id: Makefile.am,v 1.1 2009/05/26 04:27:30 lukem Exp $ 1## $NetBSD: Makefile.am,v 1.2 2009/05/26 05:42:25 lukem Exp $
2 2
3TESTSUITE = testsuite 3TESTSUITE = testsuite
4AUTOTEST = $(AUTOM4TE) --language=autotest 4AUTOTEST = $(AUTOM4TE) --language=autotest
5 5
6EXTRA_DIST = \ 6EXTRA_DIST = \
7 package.m4 \ 7 package.m4 \
8 testsuite 8 testsuite
9 9
10TESTSUITE_DEPS = \ 10TESTSUITE_DEPS = \
11 init.at \ 11 init.at \
12 verify.at \ 12 verify.at \
13 package.m4 \ 13 package.m4 \
14 testsuite.at 14 testsuite.at