mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-16 11:21:56 -06:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
SHAREDIR = $(DESTDIR)/usr/share/ipa
|
|
|
|
install:
|
|
-mkdir -p $(SHAREDIR)
|
|
install -m 644 *.ldif $(SHAREDIR)
|
|
install -m 644 *.template $(SHAREDIR)
|
|
|
|
clean:
|
|
rm -f *~
|