aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/B/Makefile
blob: a3ac6257dd4e5dc1a1f0c4145d5e1c3a5e19bccc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.3 2022/04/28 10:17:38 schwarze Exp $

REGRESS_TARGETS	= args blank nest
LINT_TARGETS	= args blank nest

# groff-1.22.3 defect:
# - A blank line in next line scope causes a blank line.
SKIP_GROFF	= blank

.include <bsd.regress.mk>