summaryrefslogtreecommitdiff
path: root/regress/lib/libc/printf/Makefile
blob: 5125fc64da512d119c2a701fe51f08ca7bfa373c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 2020/07/09 01:49:15 schwarze Exp $

PROGS =			fp int 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>