diff options
Diffstat (limited to 'tools/diag/localeck/Makefile')
-rw-r--r-- | tools/diag/localeck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/diag/localeck/Makefile b/tools/diag/localeck/Makefile index b6c145a..2136e30 100644 --- a/tools/diag/localeck/Makefile +++ b/tools/diag/localeck/Makefile @@ -6,7 +6,7 @@ WARNS?= 4 LOCALEDIR?= /usr/share/locale -test: ${PROG} +test: ${PROG} sh docheck.sh ${LOCALEDIR} .include <bsd.prog.mk> |