commit | edb12df47762fa0ad9a189a160e221d985e7b841 | [log] [tgz] |
---|---|---|
author | Willy TARREAU <willy@pcw.(none)> | Sun Jan 29 23:19:04 2006 +0100 |
committer | Willy TARREAU <willy@pcw.(none)> | Sun Jan 29 23:19:04 2006 +0100 |
tree | f3803a4fd2f784099eaaa453df53b551a4048fda | |
parent | 726618c76133a6500db7f792bae7d4a4642adb21 [diff] [blame] |
* 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)