mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-13 09:01:24 +00:00
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
|