summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/openpgp/packet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/openpgp/packet/Makefile')
-rw-r--r--src/pkg/crypto/openpgp/packet/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/pkg/crypto/openpgp/packet/Makefile b/src/pkg/crypto/openpgp/packet/Makefile
new file mode 100644
index 000000000..0f0d94eb1
--- /dev/null
+++ b/src/pkg/crypto/openpgp/packet/Makefile
@@ -0,0 +1,22 @@
+# Copyright 2011 The Go Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+include ../../../../Make.inc
+
+TARG=crypto/openpgp/packet
+GOFILES=\
+ compressed.go\
+ encrypted_key.go\
+ literal.go\
+ one_pass_signature.go\
+ packet.go\
+ private_key.go\
+ public_key.go\
+ reader.go\
+ signature.go\
+ symmetrically_encrypted.go\
+ symmetric_key_encrypted.go\
+ userid.go\
+
+include ../../../../Make.pkg