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/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 regress/eqn/Makefile (limited to 'regress/eqn/Makefile') diff --git a/regress/eqn/Makefile b/regress/eqn/Makefile new file mode 100644 index 00000000..ef5effd1 --- /dev/null +++ b/regress/eqn/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.2 2015/01/28 21:10:28 schwarze Exp $ + +SUBDIR = fromto define matrix nullary over size subsup unary + +.include "../Makefile.sub" +.include -- cgit