freeipa/ipa-server/ipa-install/Makefile
2007-10-12 12:03:50 -04:00

19 lines
332 B
Makefile

include ../Makefile.common
all: ;
install:
-mkdir -p $(SBINDIR)
install -m 755 ipa-server-install $(SBINDIR)
install -m 755 ipa-server-setupssl $(SHAREDIR)
-mkdir -p $(SHAREDIR)
install -m 644 share/*.ldif $(SHAREDIR)
install -m 644 share/*.template $(SHAREDIR)
$(MAKE) -C test $@
clean:
rm -f *~ *.pyc
rm -f share/*~