mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-13 06:54:37 +00:00
233e868895
The following components were moved to admin/ because they're generally used in field by admins: iprange/ netsnmp-perl/ selinux/ systemd/ wireshark-dissectors/ syntax-highlight/ release-estimator/
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
|