freeipa/ipa-server/ipa-install/Makefile
0001-01-01 00:00:00 +00:00

12 lines
203 B
Makefile

SBINDIR=$(PREFIX)/usr/sbin
all: ;
install:
install -m 755 ipa-server-install $(SBINDIR)
install -m 755 ipa-server-setupssl $(SBINDIR)
$(MAKE) -C share $@
clean:
$(MAKE) -C share $@
rm -f *~ *.pyc