mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 06:24:56 +00:00
f825580da8
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
9 lines
166 B
Makefile
9 lines
166 B
Makefile
PREFIX = /usr/local
|
|
SBINDIR = $(PREFIX)/sbin
|
|
|
|
haproxy.service: haproxy.service.in
|
|
sed -e 's:@SBINDIR@:'$(strip $(SBINDIR))':' $< > $@
|
|
|
|
clean:
|
|
rm -f haproxy.service
|