summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/locale/uselocale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/locale/uselocale/Makefile')
-rw-r--r--src/regress/lib/libc/locale/uselocale/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/regress/lib/libc/locale/uselocale/Makefile b/src/regress/lib/libc/locale/uselocale/Makefile
deleted file mode 100644
index a10471bcf6..0000000000
--- a/src/regress/lib/libc/locale/uselocale/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
1# $OpenBSD: Makefile,v 1.3 2017/08/16 01:40:30 schwarze Exp $
2
3PROG = uselocale
4CFLAGS += -Wno-macro-redefined -Wno-int-to-pointer-cast
5LDFLAGS += -pthread
6
7run-regress-${PROG}: ${PROG}
8 ./${PROG}
9
10.include <bsd.regress.mk>