diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:35:51 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 08:35:51 +0000 |
| commit | 4b330699f819a81d8e34d471225143ffeb321855 (patch) | |
| tree | 3794bbf32b858fa79c3e362a4b95adc8a7863010 /lib/libxo | |
| parent | cd155b56033ab2693464bdade23e2ccd623e9936 (diff) | |
Notes
Diffstat (limited to 'lib/libxo')
| -rw-r--r-- | lib/libxo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile index 7af301fb9339..3bea6ebef71c 100644 --- a/lib/libxo/Makefile +++ b/lib/libxo/Makefile @@ -110,8 +110,6 @@ MLINKS= xo_attr.3 xo_attr_h.3 \ xo_syslog.3 xo_set_logmask.3 \ xo_syslog.3 xo_vsyslog.3 -.if ${MK_TESTS} != "no" -SUBDIR+= tests -.endif +SUBDIR.${MK_TESTS}+= tests .include <bsd.lib.mk> |
