From 4c0770c1ecd159a77561d8e0364385f4bb758650 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/eqn/subsup/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 regress/eqn/subsup/Makefile (limited to 'regress/eqn/subsup/Makefile') diff --git a/regress/eqn/subsup/Makefile b/regress/eqn/subsup/Makefile new file mode 100644 index 00000000..4e11b33d --- /dev/null +++ b/regress/eqn/subsup/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.2 2015/01/01 15:34:43 schwarze Exp $ + +REGRESS_TARGETS = combine noarg sub_group +HTML_TARGETS = combine noarg sub_group + +.include -- cgit