summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/share/Makefile
blob: 380480bcf3f56c8e161e3eb1449d9e57a6b09d4b (plain)
1
2
3
4
5
6
7
8
9
SHAREDIR = $(DESTDIR)/usr/share/ipa

install:
	-mkdir -p $(SHAREDIR)
	install -m 644 *.ldif $(SHAREDIR)
	install -m 644 *.template $(SHAREDIR)

clean:
	rm -f *~