summaryrefslogtreecommitdiffstats
path: root/ipa-client/firefox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-client/firefox/Makefile')
-rw-r--r--ipa-client/firefox/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/ipa-client/firefox/Makefile b/ipa-client/firefox/Makefile
new file mode 100644
index 00000000..f6bf7f3a
--- /dev/null
+++ b/ipa-client/firefox/Makefile
@@ -0,0 +1,12 @@
+IPADIR=$(DESTDIR)/usr/share/ipa/ipaclient
+
+all:
+
+install:
+ -mkdir -p $(IPADIR)
+ install -m 644 ipa.js $(IPADIR)
+ install -m 644 ipa.cfg $(IPADIR)
+
+clean:
+
+test: