BUILD: compression: enable build in BSD and OSX Makefiles

The file was missing there.
diff --git a/Makefile.bsd b/Makefile.bsd
index 6fff29b..d347dfb 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -116,7 +116,7 @@
        src/lb_chash.o src/lb_fwlc.o src/lb_fwrr.o src/lb_map.o src/lb_fas.o \
        src/ev_poll.o src/ev_kqueue.o src/connection.o \
        src/arg.o src/acl.o src/memory.o src/freq_ctr.o \
-       src/auth.o src/stick_table.o src/sample.o
+       src/auth.o src/stick_table.o src/sample.o src/compression.o
 
 EBTREE_OBJS = $(EBTREE_DIR)/ebtree.o \
               $(EBTREE_DIR)/eb32tree.o $(EBTREE_DIR)/eb64tree.o \