aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2016-10-18 12:58:17 +0000
committerRuslan Bukin <br@FreeBSD.org>2016-10-18 12:58:17 +0000
commitf2567787aa23ffd537ad1eb42cdd78f3e184dec5 (patch)
tree8635b8a374df0e935b312007079b5d7fafef0fbd /usr.sbin/fstyp
parentfd02931841e4060fb56ac4f69ed92e2c4f7b0083 (diff)
downloadsrc-f2567787aa23ffd537ad1eb42cdd78f3e184dec5.tar.gz
src-f2567787aa23ffd537ad1eb42cdd78f3e184dec5.zip
fstyp tests comes with pre-created EL filesystems,
but fstyp cannot detect EL filesystem on EB machine, so exclude test files from distribution and skip the test. Sponsored by: DARPA, AFRL Sponsored by: HEIF5
Notes
Notes: svn path=/head/; revision=307559
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