exp/terminal: still trying to unbreak non-Linux builds.

R=golang-dev
CC=golang-dev
https://golang.org/cl/5542050
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 47e6a51..0b8a1d1 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -186,7 +186,6 @@
 ifeq ($(GOOS),linux)
 DIRS+=\
 	exp/inotify\
-	exp/terminal\
 
 endif
 
diff --git a/src/pkg/exp/terminal/terminal.go b/src/pkg/exp/terminal/terminal.go
index 5fd862e..c3ba5bd 100644
--- a/src/pkg/exp/terminal/terminal.go
+++ b/src/pkg/exp/terminal/terminal.go
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build linux
-
 package terminal
 
 import (
diff --git a/src/pkg/exp/terminal/terminal_test.go b/src/pkg/exp/terminal/terminal_test.go
index 75628f6..a219721 100644
--- a/src/pkg/exp/terminal/terminal_test.go
+++ b/src/pkg/exp/terminal/terminal_test.go
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build linux
-
 package terminal
 
 import (