]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
* Added a 'haproxy.bsd' entry to fix openbsd build
authorWilly TARREAU <willy@pcw.(none)>
Sun, 29 Jan 2006 22:19:04 +0000 (23:19 +0100)
committerWilly TARREAU <willy@pcw.(none)>
Sun, 29 Jan 2006 22:19:04 +0000 (23:19 +0100)
Makefile

index 038170c284a30c3c9b2dd00bf44dae98ad42e8e7..358e5cccc2d09cc0899acdccc5951409d9757b61 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,10 @@ LDFLAGS = -g
 
 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)