diff options
Diffstat (limited to 'regress/eqn/nullary/Makefile')
-rw-r--r-- | regress/eqn/nullary/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/eqn/nullary/Makefile b/regress/eqn/nullary/Makefile index ec5dfa06..de4bcf05 100644 --- a/regress/eqn/nullary/Makefile +++ b/regress/eqn/nullary/Makefile @@ -1,6 +1,7 @@ # $OpenBSD: Makefile,v 1.1.1.1 2015/01/01 12:53:46 schwarze Exp $ -REGRESS_TARGETS = roman -HTML_TARGETS = roman +REGRESS_TARGETS = roman symbol +UTF8_TARGETS = symbol +HTML_TARGETS = roman symbol .include <bsd.regress.mk> |