summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/tls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/tls/Makefile')
-rw-r--r--src/pkg/crypto/tls/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/crypto/tls/Makefile b/src/pkg/crypto/tls/Makefile
index 5e25bd43a..f8ec1511a 100644
--- a/src/pkg/crypto/tls/Makefile
+++ b/src/pkg/crypto/tls/Makefile
@@ -2,17 +2,19 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include ../../../Make.$(GOARCH)
+include ../../../Make.inc
TARG=crypto/tls
GOFILES=\
alert.go\
ca_set.go\
+ cipher_suites.go\
common.go\
conn.go\
handshake_client.go\
handshake_messages.go\
handshake_server.go\
+ key_agreement.go\
prf.go\
tls.go\