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