summaryrefslogtreecommitdiff
path: root/bin/expr
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:35:51 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:35:51 +0000
commit4b330699f819a81d8e34d471225143ffeb321855 (patch)
tree3794bbf32b858fa79c3e362a4b95adc8a7863010 /bin/expr
parentcd155b56033ab2693464bdade23e2ccd623e9936 (diff)
downloadsrc-test2-4b330699f819a81d8e34d471225143ffeb321855.tar.gz
src-test2-4b330699f819a81d8e34d471225143ffeb321855.zip
Notes
Diffstat (limited to 'bin/expr')
-rw-r--r--bin/expr/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index 471c1c099479..622f420c32e1 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -12,8 +12,6 @@ CFLAGS+= -fwrapv
NO_WMISSING_VARIABLE_DECLARATIONS=
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>