pve-lxc-syscalld/etc/Makefile

16 lines
230 B
Makefile
Raw Normal View History

include ../defines.mk
UNITS := pve-lxc-syscalld.service
all: $(UNITS)
clean:
rm -f $(UNITS)
.SUFFIXES: .service.in .service
.service.in.service:
sed \
-e 's!%LIBEXECDIR%!$(LIBEXECDIR)!g' \
$< >$@.tmp
mv $@.tmp $@