mirror of
https://github.com/openbsd/src.git
synced 2025-01-03 06:45:37 -08:00
8 lines
139 B
Makefile
8 lines
139 B
Makefile
# $OpenBSD: Makefile,v 1.2 2022/12/08 12:01:04 anton Exp $
|
|
|
|
REGRESS_TARGETS+= fold
|
|
fold:
|
|
sh ${.CURDIR}/fold.sh
|
|
|
|
.include <bsd.regress.mk>
|