Skip to content

Commit

Permalink
include zstd in freebsd makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gottschall <[email protected]>
  • Loading branch information
BrainSlayer committed May 1, 2020
1 parent f7bdf74 commit 513e25b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion module/Makefile.bsd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ KMOD= openzfs
${SRCDIR}/os/freebsd/zfs \
${SRCDIR}/unicode \
${SRCDIR}/zcommon \
${SRCDIR}/zfs
${SRCDIR}/zfs \
${SRCDIR}/zstd


CFLAGS+= -I${INCDIR}
Expand Down Expand Up @@ -289,6 +290,9 @@ SRCS+= aggsum.c \
zthr.c \
zvol.c

#zstd
SRCS+= zstd.c

beforeinstall:
.if ${MK_DEBUG_FILES} != "no"
mtree -eu \
Expand Down

0 comments on commit 513e25b

Please sign in to comment.