diff options
Diffstat (limited to 'src/regress/lib/libc/locale/uselocale/Makefile')
-rw-r--r-- | src/regress/lib/libc/locale/uselocale/Makefile | 10 |
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 | |||
3 | PROG = uselocale | ||
4 | CFLAGS += -Wno-macro-redefined -Wno-int-to-pointer-cast | ||
5 | LDFLAGS += -pthread | ||
6 | |||
7 | run-regress-${PROG}: ${PROG} | ||
8 | ./${PROG} | ||
9 | |||
10 | .include <bsd.regress.mk> | ||