freeipa/ipa-client/ipa-install/Makefile
Simo Sorce 0e419aa4bf Add a prototype client tool to configure a client of the IPA server
Right now it does only discovery (or fallback)
2007-08-16 18:00:16 -04:00

11 lines
135 B
Makefile

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