blob: 3712217ed7854568052fccd3aaf05956f296edd6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.1 2014/03/08 18:00:59 schwarze Exp $
REGRESS_TARGETS = nocombine utf8only combine
SKIP_ASCII = utf8only combine
UTF8_TARGETS = nocombine utf8only combine
LINT_TARGETS = nocombine
.include <bsd.regress.mk>
|