]> git.kaiwu.me - haproxy.git/commit
[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 21:51:26 +0000 (22:51 +0100)
commit12fdf4dc7b916aae049a8b8299bf7b23555d6db0
tree023902f134b0fa00f0ba046485bc320f7ef4408c
parentdf2df3e0ffd508a3f12fdc33a998bb04c470e985
[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