11 lines
209 B
Makefile
11 lines
209 B
Makefile
dist_noinst_DATA = \
|
|
ipa.conf.in
|
|
|
|
systemdtmpfiles_DATA = \
|
|
ipa.conf
|
|
|
|
CLEANFILES = $(systemdtmpfiles_DATA)
|
|
|
|
%: %.in Makefile
|
|
sed -e 's|@localstatedir[@]|$(localstatedir)|g' '$(srcdir)/$@.in' >$@
|