freeipa/ipa-server/ipa-install/Makefile

12 lines
203 B
Makefile
Raw Normal View History

0000-12-31 18:09:24 -05:50
SBINDIR=$(PREFIX)/usr/sbin
0000-12-31 18:09:24 -05:50
all: ;
install:
0000-12-31 18:09:24 -05:50
install -m 755 ipa-server-install $(SBINDIR)
install -m 755 ipa-server-setupssl $(SBINDIR)
0000-12-31 18:09:24 -05:50
$(MAKE) -C share $@
clean:
$(MAKE) -C share $@
0000-12-31 18:09:24 -05:50
rm -f *~ *.pyc