freeipa/ipa-server/xmlrpc-server/Makefile
2007-08-06 10:51:23 -04:00

12 lines
184 B
Makefile

SHAREDIR = $(DESTDIR)/usr/share/ipa/ipaserver
all: ;
install:
-mkdir -p $(SHAREDIR)
install -m 644 *.py $(SHAREDIR)
install -m 644 ipa.conf $(SHAREDIR)/..
clean:
rm -f *~ *.pyc