From: Christopher Wedgwood Date: Wed, 16 Nov 2011 22:34:18 +0000 (-0500) Subject: exp/ssh: add to pkg Makefile X-Git-Tag: weekly.2011-11-18~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8fdd6c05b1771a8e3a75f0fb073732c593472fcb;p=gostls13.git exp/ssh: add to pkg Makefile R=rsc, dave CC=golang-dev https://golang.org/cl/5399045 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 8971f7c1d0..0e4ec8b828 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -83,6 +83,7 @@ DIRS=\ exp/gui\ exp/gui/x11\ exp/norm\ + exp/ssh\ exp/spdy\ exp/sql\ exp/sql/driver\