]> git.proxmox.com Git - pve-lxc-syscalld.git/blob - etc/Makefile
buildsys: add 'make test'
[pve-lxc-syscalld.git] / etc / Makefile
1 include ../defines.mk
2
3 UNITS := pve-lxc-syscalld.service
4
5 all: $(UNITS)
6
7 clean:
8 rm -f $(UNITS)
9
10 .SUFFIXES: .service.in .service
11 .service.in.service:
12 sed \
13 -e 's!%LIBEXECDIR%!$(LIBEXECDIR)!g' \
14 $< >$@.tmp
15 mv $@.tmp $@