diff options
author | leot <leot@pkgsrc.org> | 2018-10-24 08:37:00 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-10-24 08:37:00 +0000 |
commit | d5ea835e07bcffb455a3c9f14454b07e5860ff79 (patch) | |
tree | 826e44e8b141de3f67705dbb58a8e2e5a81a402a /lang/Makefile | |
parent | 902dbe8c733d432001a69649312f0910cd49b4e9 (diff) | |
download | pkgsrc-d5ea835e07bcffb455a3c9f14454b07e5860ff79.tar.gz |
lang/Makefile: Add a commented `go' entry
Mostly useful for pkglint and (human) readers of Makefile (and
consistent with other versioned programming languages.)
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 be92ed6e827..183a50a918f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.498 2018/10/23 23:01:33 maya Exp $ +# $NetBSD: Makefile,v 1.499 2018/10/24 08:37:00 leot Exp $ # COMMENT= Programming languages @@ -89,6 +89,7 @@ SUBDIR+= ghc-bootstrap SUBDIR+= ghc7 SUBDIR+= gnat_util SUBDIR+= gnucobol +#SUBDIR+= go # only contains Makefile fragments SUBDIR+= go-hcl SUBDIR+= go110 SUBDIR+= go111 |