diff options
author | pho <pho@pkgsrc.org> | 2022-02-23 16:58:43 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-23 16:58:43 +0000 |
commit | 2c98da8b2ae02c95b97e7a38695079e9bd7d3a43 (patch) | |
tree | d53d0d7e44cd5e715eedeb1d1ea55e8e841b2ef6 /lang/Makefile | |
parent | 7cd6f4d1eb71a723d3b48e3a7050d90839eab693 (diff) | |
download | pkgsrc-2c98da8b2ae02c95b97e7a38695079e9bd7d3a43.tar.gz |
lang/Makefile: + dhall
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 4a4ad86903e..17a7bf6c77e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.635 2022/02/23 16:22:47 pho Exp $ +# $NetBSD: Makefile,v 1.636 2022/02/23 16:58:43 pho Exp $ # COMMENT= Programming languages @@ -40,6 +40,7 @@ SUBDIR+= coq SUBDIR+= cparser SUBDIR+= csmith SUBDIR+= cu-prolog +SUBDIR+= dhall SUBDIR+= duktape SUBDIR+= eag SUBDIR+= ecl |