mirror of
				https://git.haproxy.org/git/haproxy.git/
				synced 2025-10-31 16:41:01 +01:00 
			
		
		
		
	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
 |