Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Apr 9, 2024
1 parent 7688b98 commit c5c7fc9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions usr.bin/zstd/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@

PROG= zstd
SRCS= bench.c \
SRCS= \
benchfn.c \
benchzstd.c \
datagen.c \
dibio.c \
fileio.c \
zstdcli.c
timefn.c \
util.c \
zstdcli.c \
zstdcli_trace.c

CFLAGS+= -I${SRCTOP}/sys/contrib/zstd/programs \
-I${SRCTOP}/sys/contrib/zstd/lib/common \
Expand All @@ -21,6 +26,7 @@ MLINKS= zstd.1 unzstd.1 \
zstd.1 zstdcat.1 \
zstd.1 zstdmt.1

CSTD=c11
WARNS?= 2
LIBADD= zstd
.PATH: ${SRCTOP}/sys/contrib/zstd/programs
Expand Down

0 comments on commit c5c7fc9

Please sign in to comment.