summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sprintf
diff options
context:
space:
mode:
authorbluhm <>2017-07-27 15:08:37 +0000
committerbluhm <>2017-07-27 15:08:37 +0000
commitdf100d999bc39b918f3da6af11f1fe9735b6dc08 (patch)
tree89e09dfbfdac2ef16a8ad344d3ff3c26ee183636 /src/regress/lib/libc/sprintf
parent75268dd07edc0bae138d0f843c90e6c9cd700683 (diff)
downloadopenbsd-df100d999bc39b918f3da6af11f1fe9735b6dc08.tar.gz
openbsd-df100d999bc39b918f3da6af11f1fe9735b6dc08.tar.bz2
openbsd-df100d999bc39b918f3da6af11f1fe9735b6dc08.zip
Fix all clang warnings in libc regress and cleanup some make files.
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>