diff options
Diffstat (limited to 'src/regress/lib/libc/strchr/Makefile')
-rw-r--r-- | src/regress/lib/libc/strchr/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/regress/lib/libc/strchr/Makefile b/src/regress/lib/libc/strchr/Makefile new file mode 100644 index 0000000000..355c0d9421 --- /dev/null +++ b/src/regress/lib/libc/strchr/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2021/07/24 05:45:49 visa Exp $ | ||
2 | |||
3 | PROG= strchrtest | ||
4 | |||
5 | CFLAGS+= -fno-builtin-strchr | ||
6 | CFLAGS+= -fno-builtin-strrchr | ||
7 | |||
8 | .include <bsd.regress.mk> | ||