* Added a 'haproxy.bsd' entry to fix openbsd build
diff --git a/Makefile b/Makefile
index 038170c..358e5cc 100644
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,10 @@
 
 all: haproxy
 
+# on OpenBSD, you have to do it this way :
+haproxy.bsd: src/list.o src/chtbl.o src/hashpjw.o haproxy.o
+	$(LD) $(LDFLAGS) -o $@ $> $(LIBS)
+
 haproxy: src/list.o src/chtbl.o src/hashpjw.o haproxy.o
 	$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)