mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-11 14:05:12 +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
|