diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index b37abeca3af..c9a10358ff5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.562 2020/05/18 15:11:18 wiz Exp $ +# $NetBSD: Makefile,v 1.563 2020/05/18 15:19:31 wiz Exp $ # COMMENT= Programming languages @@ -209,6 +209,7 @@ SUBDIR+= polyml SUBDIR+= py-asttokens SUBDIR+= py-basicproperty SUBDIR+= py-byterun +SUBDIR+= py-cmake-language-server SUBDIR+= py-cxfreeze SUBDIR+= py-execjs SUBDIR+= py-hy |