summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sprintf/Makefile
blob: 514d795f2f59ad3ad61c3d4348d4b124ae414500 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 2017/07/27 15:08:37 bluhm Exp $

PROG =		sprintf_test
CFLAGS =	-Wno-format
CPPFLAGS =	-I${.CURDIR}/../../../../lib/libc

.include <bsd.regress.mk>