summaryrefslogtreecommitdiff
path: root/regress/lib/libc/printf/Makefile
blob: fba2bd105fc49e0b78f43e92c0780d3c426fa68f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.2 2020/07/08 01:18:04 schwarze Exp $

PROGS =			fp string

REGRESS_TARGETS =	${PROGS:S/^/run-regress-/}

.for p in ${PROGS}
run-regress-${p}: ${p}
	./${p}
.PHONY: run-regress-${p}
.endfor

.include <bsd.regress.mk>