From fdbfaefefa585537273955fc88d7daf5e86c6f2d Mon Sep 17 00:00:00 2001 From: Xin LI Date: Fri, 3 Feb 2023 00:30:08 -0800 Subject: [PATCH] hastctl: use zlib's crc32 implementation. X-MFC-with: 6998572a74a MFC after: 2 weeks --- sbin/hastctl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/hastctl/Makefile b/sbin/hastctl/Makefile index 00c89ef4f74..3f2198e74df 100644 --- a/sbin/hastctl/Makefile +++ b/sbin/hastctl/Makefile @@ -7,7 +7,6 @@ PACKAGE=hast PROG= hastctl SRCS= activemap.c -SRCS+= crc32.c SRCS+= ebuf.c SRCS+= hast_checksum.c hast_compression.c hast_proto.c hastctl.c SRCS+= lzf.c @@ -33,7 +32,7 @@ CFLAGS+=-DINET6 CFLAGS+=-DYY_NO_UNPUT CFLAGS+=-DYY_NO_INPUT -LIBADD= md util +LIBADD= md util z YFLAGS+=-v