summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-03-06 22:56:14 +0000
committerpjd <pjd@FreeBSD.org>2011-03-06 22:56:14 +0000
commitf56b79fee1b3a270c7df9a507133ade99dc1ab2a (patch)
tree6b872900bed0ce399d58f54f1a16e39911c78e4b /sbin/hastd/Makefile
parent75dda0ff36fbb94f84d2478dec2bbe1ce89b3c1b (diff)
downloadFreeBSD-src-f56b79fee1b3a270c7df9a507133ade99dc1ab2a.zip
FreeBSD-src-f56b79fee1b3a270c7df9a507133ade99dc1ab2a.tar.gz
Allow to checksum on-the-wire data using either CRC32 or SHA256.
MFC after: 2 weeks
Diffstat (limited to 'sbin/hastd/Makefile')
-rw-r--r--sbin/hastd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile
index 7ff7131..6d8dd71 100644
--- a/sbin/hastd/Makefile
+++ b/sbin/hastd/Makefile
@@ -4,9 +4,9 @@
PROG= hastd
SRCS= activemap.c
-SRCS+= control.c
+SRCS+= control.c crc32.c
SRCS+= ebuf.c event.c
-SRCS+= hast_proto.c hastd.c hooks.c
+SRCS+= hast_checksum.c hast_proto.c hastd.c hooks.c
SRCS+= metadata.c
SRCS+= nv.c
SRCS+= secondary.c
OpenPOWER on IntegriCloud