summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-10-24 08:37:00 +0000
committerleot <leot@pkgsrc.org>2018-10-24 08:37:00 +0000
commitd5ea835e07bcffb455a3c9f14454b07e5860ff79 (patch)
tree826e44e8b141de3f67705dbb58a8e2e5a81a402a /lang/Makefile
parent902dbe8c733d432001a69649312f0910cd49b4e9 (diff)
downloadpkgsrc-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/Makefile3
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