From 0d94b81727dd585aa35181dde5ed4c553aa3b070 Mon Sep 17 00:00:00 2001 From: jaapb Date: Wed, 13 Mar 2019 11:25:27 +0000 Subject: [PATCH] Added ocaml-ppx_fail to Makefile SUBDIRs --- devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index 322360ba68b1..e08668316eb1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2808 2019/03/13 11:22:05 jaapb Exp $ +# $NetBSD: Makefile,v 1.2809 2019/03/13 11:25:27 jaapb Exp $ # COMMENT= Development utilities @@ -837,6 +837,7 @@ SUBDIR+= ocaml-ppx_derivers SUBDIR+= ocaml-ppx_deriving SUBDIR+= ocaml-ppx_enumerate SUBDIR+= ocaml-ppx_expect +SUBDIR+= ocaml-ppx_fail SUBDIR+= ocaml-ppx_fields_conv SUBDIR+= ocaml-ppx_hash SUBDIR+= ocaml-ppx_here