diff options
Diffstat (limited to 'bin/expr/Makefile')
| -rw-r--r-- | bin/expr/Makefile | 4 |
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> |
