blob: af31cf786a6a57febacf711756a2aca68fe3cf87 (
plain) (
tree)
|
|
# $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:53 schwarze Exp $
REGRESS_TARGETS = args noname nostd
LINT_TARGETS = noname nostd
MARKDOWN_TARGETS = args noname nostd
# groff-1.22.2 defect:
# - .Ex without -std produces no output
SKIP_GROFF = nostd
.include <bsd.regress.mk>
|