freeipa/ipa-server/xmlrpc-server/Makefile

12 lines
184 B
Makefile
Raw Normal View History

SHAREDIR = $(DESTDIR)/usr/share/ipa/ipaserver
0000-12-31 18:09:24 -05:50
all: ;
install:
-mkdir -p $(SHAREDIR)
install -m 644 *.py $(SHAREDIR)
install -m 644 ipa.conf $(SHAREDIR)/..
0000-12-31 18:09:24 -05:50
clean:
rm -f *~ *.pyc