From: Adam Langley Date: Sun, 15 Jan 2012 15:22:15 +0000 (-0500) Subject: exp/terminal: add to level Makefile for the (non-Linux?) systems that need it. X-Git-Tag: weekly.2012-01-15~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=026f8dfb94b1d4c85ddde081fd10956909918589;p=gostls13.git exp/terminal: add to level Makefile for the (non-Linux?) systems that need it. R=golang-dev CC=golang-dev https://golang.org/cl/5528102 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index c090a2f6c6..47e6a51745 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -81,10 +81,11 @@ DIRS=\ exp/ebnflint\ exp/gotype\ exp/norm\ - exp/ssh\ exp/spdy\ exp/sql\ exp/sql/driver\ + exp/ssh\ + exp/terminal\ exp/types\ expvar\ flag\