diff options
author | Warner Losh <imp@FreeBSD.org> | 2020-10-28 21:18:04 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2020-10-28 21:18:04 +0000 |
commit | 1ef64e3da5fb023436893a635e336e591aba120a (patch) | |
tree | efeefae59c81aad05d86d1cada98e352da51cbb9 | |
parent | b4e4f070eacdc3873f5d6ab9728c0eaae2ff376a (diff) |
Notes
-rw-r--r-- | stand/libsa/zfs/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/libsa/zfs/Makefile.inc b/stand/libsa/zfs/Makefile.inc index d046166dc4d9..777250806601 100644 --- a/stand/libsa/zfs/Makefile.inc +++ b/stand/libsa/zfs/Makefile.inc @@ -5,10 +5,8 @@ .PATH: ${ZFSOSSRC}/spl .PATH: ${OZFS}/module/zstd/lib ZFSSRC= zfs.c nvlist.c skein.c skein_block.c list.c -.if ${MACHINE_ARCH} != aarch64 ZFSSRC+= zstd_shim.c zstd.c CFLAGS+= -DHAS_ZSTD_ZFS -.endif SRCS+= ${ZFSSRC} CFLAGS+= -I${LDRSRC} |