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