summaryrefslogtreecommitdiff
path: root/src/pkg/sync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/sync/Makefile')
-rw-r--r--src/pkg/sync/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/sync/Makefile b/src/pkg/sync/Makefile
index 4b9a05816..f843795b0 100644
--- a/src/pkg/sync/Makefile
+++ b/src/pkg/sync/Makefile
@@ -2,11 +2,12 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include ../../Make.$(GOARCH)
+include ../../Make.inc
TARG=sync
GOFILES=\
mutex.go\
+ once.go \
rwmutex.go\
# 386-specific object files