[BUILD] Added support for 'make install'
authorChristian Wiese <morfoh@opensde.org>
Wed, 12 Mar 2008 13:25:35 +0000 (15:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2008 07:59:06 +0000 (08:59 +0100)
commita184aa273c67410967b1fc8608bc3382ff0a93ee
tree37d7a70a523435bcc76d9fedcf03702d73f3a695
parente4208cbc9d7f95324db3cc7628ae151d8a099a24
[BUILD] Added support for 'make install'

To be flexible while installing haproxy following variables have been
added to the Makefile:
- DESTDIR useful i.e. while installing in a sandbox (not set by default)
- PREFIX  defines the default install prefix (default: /usr/local)
- SBINDIR defines the dir the haproxy binary gets installed
  (default: $PREFIX/sbin)
Makefile