summaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
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 /usr.sbin/fstyp
parentcd155b56033ab2693464bdade23e2ccd623e9936 (diff)
downloadsrc-test2-4b330699f819a81d8e34d471225143ffeb321855.tar.gz
src-test2-4b330699f819a81d8e34d471225143ffeb321855.zip
Notes
Diffstat (limited to 'usr.sbin/fstyp')
-rw-r--r--usr.sbin/fstyp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fstyp/Makefile b/usr.sbin/fstyp/Makefile
index a86cb536b620..f852ff7ccb53 100644
--- a/usr.sbin/fstyp/Makefile
+++ b/usr.sbin/fstyp/Makefile
@@ -15,8 +15,8 @@ WARNS?= 2
.include <bsd.endian.mk>
-.if ${MK_TESTS} != "no" && ${TARGET_ENDIANNESS} == 1234
-SUBDIR+= tests
+.if ${TARGET_ENDIANNESS} == 1234
+SUBDIR.${MK_TESTS}+= tests
.endif
.if ${MK_ZFS} != "no"