BUILD: only build the systemd wrapper on Linux 2.6 and above
authorWilly Tarreau <w@1wt.eu>
Sat, 10 May 2014 10:16:21 +0000 (12:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 May 2014 10:16:21 +0000 (12:16 +0200)
commitbc289da0c769e7e4cf1fa58b980c7f4ff3b381cc
tree0598bb17355988d305c6b487784c5106cc42925f
parent6346f0a53466176a4d6cb3b72721518a4c5890a0
BUILD: only build the systemd wrapper on Linux 2.6 and above

Attempting to build haproxy-systemd-wrapper on non-linux platforms
sometimes results in build errors. Better move it into an EXTRA
variable which is set to haproxy-systemd-wrapper only on Linux 2.6
and above. Proceeding this way also allows to disable building it
in quick builds (eg: when developing).
Makefile