summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/Makefile
blob: 69bf185373fea7d281ea23e5f6150232775a13aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SBINDIR = $(DESTDIR)/usr/sbin

all: ;

install:
	install -m 755 ipa-adduser $(SBINDIR)
	install -m 755 ipa-finduser $(SBINDIR)
	install -m 755 ipa-usermod $(SBINDIR)
	install -m 755 ipa-deluser $(SBINDIR)

clean:
	rm -f *~ *.pyc