diff options
Diffstat (limited to 'usr.bin/tr/Makefile')
-rw-r--r-- | usr.bin/tr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile index 393b446614fd..0cd24502e991 100644 --- a/usr.bin/tr/Makefile +++ b/usr.bin/tr/Makefile @@ -6,8 +6,6 @@ PROG= tr SRCS= cmap.c cset.c str.c tr.c -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |