blob: 7ab2a9eee813aa9f05b94a2f6989608173d84c3f (
plain) (
blame)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.1 2023/10/24 20:30:49 schwarze Exp $
# disable for now because groff changed the global indentation
#REGRESS_TARGETS = basic
LINT_TARGETS = basic
.include <bsd.regress.mk>
|