]> Cypherpunks repositories - gostls13.git/commitdiff
exp/terminal: add to level Makefile for the (non-Linux?) systems that need it.
authorAdam Langley <agl@golang.org>
Sun, 15 Jan 2012 15:22:15 +0000 (10:22 -0500)
committerAdam Langley <agl@golang.org>
Sun, 15 Jan 2012 15:22:15 +0000 (10:22 -0500)
R=golang-dev
CC=golang-dev
https://golang.org/cl/5528102

src/pkg/Makefile

index c090a2f6c6ac4ac2bbac95b6ff9fe02b801cdbef..47e6a5174598e3c5a2bee578330cfda4283a06b7 100644 (file)
@@ -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\