diff options
Diffstat (limited to 'regress/eqn/unary/Makefile')
-rw-r--r-- | regress/eqn/unary/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/eqn/unary/Makefile b/regress/eqn/unary/Makefile index f68a5ce7..3679153c 100644 --- a/regress/eqn/unary/Makefile +++ b/regress/eqn/unary/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $ -REGRESS_TARGETS = diacrit sqrt -HTML_TARGETS = diacrit sqrt +REGRESS_TARGETS = bold diacrit sqrt +HTML_TARGETS = bold diacrit sqrt .include <bsd.regress.mk> |