summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sprintf
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/sprintf')
-rw-r--r--src/regress/lib/libc/sprintf/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/regress/lib/libc/sprintf/Makefile b/src/regress/lib/libc/sprintf/Makefile
index 47bab9cdd3..514d795f2f 100644
--- a/src/regress/lib/libc/sprintf/Makefile
+++ b/src/regress/lib/libc/sprintf/Makefile
@@ -1,10 +1,7 @@
1# $OpenBSD: Makefile,v 1.1 2003/05/15 04:23:49 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.2 2017/07/27 15:08:37 bluhm Exp $
2 2
3NOMAN= 3PROG = sprintf_test
4PROG=sprintf_test 4CFLAGS = -Wno-format
5CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc 5CPPFLAGS = -I${.CURDIR}/../../../../lib/libc
6
7run-regress-atexit_test: ${PROG}
8 ./${PROG}
9 6
10.include <bsd.regress.mk> 7.include <bsd.regress.mk>