summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/openpgp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/openpgp/Makefile')
-rw-r--r--src/pkg/crypto/openpgp/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pkg/crypto/openpgp/Makefile b/src/pkg/crypto/openpgp/Makefile
new file mode 100644
index 000000000..b46ac2bba
--- /dev/null
+++ b/src/pkg/crypto/openpgp/Makefile
@@ -0,0 +1,14 @@
+# 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
+GOFILES=\
+ canonical_text.go\
+ keys.go\
+ read.go\
+ write.go\
+
+include ../../../Make.pkg