You should use bsd make with Makefile.bsd provided in HAProxy source archive or git.
Baptiste On Sat, Apr 5, 2014 at 1:43 AM, William Lallemand <[email protected]> wrote: > On Fri, 4 Apr 2014 18:36:10 -0300 > Jorge Severino <[email protected]> wrote: > >> root@haproxy01 $ make TARGET=openbsd CPU=native USE_ZLIB=1 >> ZLIB_INC=/usr/include ZLIB_LIB=/usr/lib >> *** Parse error in /tmp/haproxy-1.5-dev22: Missing dependency operator >> (Makefile:202) >> *** Parse error: Need an operator in 'else' (Makefile:206) >> *** Parse error: Missing dependency operator (Makefile:207) >> *** Parse error: Need an operator in 'else' (Makefile:213) >> [...] > > You should install and use GNU Make, not the BSD one. > > > -- > William Lallemand >

