From: Willy TARREAU Date: Sun, 29 Jan 2006 22:19:04 +0000 (+0100) Subject: * Added a 'haproxy.bsd' entry to fix openbsd build X-Git-Tag: v1.2.9~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb12df47762fa0ad9a189a160e221d985e7b841;p=thirdparty%2Fhaproxy.git * Added a 'haproxy.bsd' entry to fix openbsd build --- diff --git a/Makefile b/Makefile index 038170c284..358e5cccc2 100644 --- 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)