diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-26 20:11:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-26 20:11:45 +0000 |
commit | 7a652daded74f9e8becb34e9dca1d6202eae46fe (patch) | |
tree | 074d0f8b776cc7a5000a61a5baabd454c9c0b892 /regress/eqn/Makefile | |
parent | d06770ec5841a0d0f6cc2f9616d2a46daa15450b (diff) | |
download | mandoc-7a652daded74f9e8becb34e9dca1d6202eae46fe.tar.gz |
catch up with the recent eqn(7) improvements
Diffstat (limited to 'regress/eqn/Makefile')
-rw-r--r-- | regress/eqn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/eqn/Makefile b/regress/eqn/Makefile index ef5effd1..b0479c0f 100644 --- a/regress/eqn/Makefile +++ b/regress/eqn/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.2 2015/01/28 21:10:28 schwarze Exp $ -SUBDIR = fromto define matrix nullary over size subsup unary +SUBDIR = fromto define delim matrix nullary over size subsup unary .include "../Makefile.sub" .include <bsd.subdir.mk> |