diff options
author | bluhm <> | 2017-07-27 15:08:37 +0000 |
---|---|---|
committer | bluhm <> | 2017-07-27 15:08:37 +0000 |
commit | df100d999bc39b918f3da6af11f1fe9735b6dc08 (patch) | |
tree | 89e09dfbfdac2ef16a8ad344d3ff3c26ee183636 /src/regress/lib/libc/sprintf | |
parent | 75268dd07edc0bae138d0f843c90e6c9cd700683 (diff) | |
download | openbsd-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/Makefile | 11 |
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 | ||
3 | NOMAN= | 3 | PROG = sprintf_test |
4 | PROG=sprintf_test | 4 | CFLAGS = -Wno-format |
5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc | 5 | CPPFLAGS = -I${.CURDIR}/../../../../lib/libc |
6 | |||
7 | run-regress-atexit_test: ${PROG} | ||
8 | ./${PROG} | ||
9 | 6 | ||
10 | .include <bsd.regress.mk> | 7 | .include <bsd.regress.mk> |