diff options
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1525c73a3a3..e6b629ce5e2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2701 2018/07/12 02:27:49 minskim Exp $ +# $NetBSD: Makefile,v 1.2702 2018/07/18 02:38:18 minskim Exp $ # COMMENT= Development utilities @@ -374,6 +374,7 @@ SUBDIR+= go-sanitized_anchor_name SUBDIR+= go-shellwords SUBDIR+= go-shuffle SUBDIR+= go-siphash +SUBDIR+= go-sync SUBDIR+= go-sys SUBDIR+= go-termbox SUBDIR+= go-testify |