mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
12 lines
204 B
Makefile
12 lines
204 B
Makefile
SBINDIR=$(DESTDIR)/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
|