diff options
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> |