mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
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' >$@
|