diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libc/locale/check_isw/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libc/locale/check_isw/Makefile b/src/regress/lib/libc/locale/check_isw/Makefile index 0885968fd1..cd79d6cb7f 100644 --- a/src/regress/lib/libc/locale/check_isw/Makefile +++ b/src/regress/lib/libc/locale/check_isw/Makefile | |||
@@ -1,9 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2005/08/11 21:57:02 espie Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2017/07/27 15:08:37 bluhm Exp $ |
2 | 2 | ||
3 | NOMAN= | 3 | PROG = check_isw |
4 | PROG=check_isw | ||
5 | 4 | ||
6 | run-regress-check_isw: ${PROG} | 5 | run-regress-${PROG}: ${PROG} |
7 | ./${PROG} >/dev/null | 6 | ./${PROG} >/dev/null |
8 | 7 | ||
9 | .include <bsd.regress.mk> | 8 | .include <bsd.regress.mk> |