aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fstyp')
-rw-r--r--usr.sbin/fstyp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/fstyp/Makefile b/usr.sbin/fstyp/Makefile
index 5eba12bcabf7..2397b806c8b9 100644
--- a/usr.sbin/fstyp/Makefile
+++ b/usr.sbin/fstyp/Makefile
@@ -14,8 +14,9 @@ MAN= fstyp.8
WARNS?= 2
.include <src.opts.mk>
+.include <bsd.endian.mk>
-.if ${MK_TESTS} != "no"
+.if ${MK_TESTS} != "no" && ${TARGET_ENDIANNESS} == 1234
SUBDIR+= tests
.endif