mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-02 12:16:56 -06:00
12 lines
203 B
Makefile
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
|