SBINDIR=$(DESTDIR)/usr/sbin all: ; install: -mkdir $(SBINDIR) install -m 755 ipa-client-install $(SBINDIR) clean: rm -f *~ *.pyc