aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ce/Makefile
blob: 2528847e3fe92a18d2394603981b58c32e2cfc79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.2 2022/04/30 18:46:16 schwarze Exp $

REGRESS_TARGETS	 = basic break

# mandoc defect:
# - For now, high level macros break .ce and .rj blocks.

SKIP_GROFF	 = break

.include <bsd.regress.mk>