diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 47e6a517459..0b8a1d16f1c 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -186,7 +186,6 @@ DIRS=\ 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 5fd862e5951..c3ba5bde2ee 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 75628f695e9..a2197210e2a 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 (