diff options
author | tnn <tnn@pkgsrc.org> | 2020-05-02 20:07:31 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-05-02 20:07:31 +0000 |
commit | ad673994b914cd22fc3a018c7c99a635b2568704 (patch) | |
tree | eeea3c0f63ec0cd16092234af82ecc626b515f21 /lang/Makefile | |
parent | 350997b8e88c3988c3660d81beea02f602184c5f (diff) | |
download | pkgsrc-ad673994b914cd22fc3a018c7c99a635b2568704.tar.gz |
add lang/go-bin
Golang binaries from upstream, or built by pkgsrc developers
for targets where no upstream distribution is available.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 030ee6914fe..d1d4a8fc966 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.556 2020/04/27 04:23:14 taca Exp $ +# $NetBSD: Makefile,v 1.557 2020/05/02 20:07:31 tnn Exp $ # COMMENT= Programming languages @@ -96,6 +96,7 @@ SUBDIR+= gjs SUBDIR+= gnat_util SUBDIR+= gnucobol SUBDIR+= go +SUBDIR+= go-bin SUBDIR+= go-hcl SUBDIR+= go110 SUBDIR+= go113 |