about summary refs log tree commit diff stats
path: root/osx
diff options
context:
space:
mode:
authorJohn C. Vernaleo <jcv@conformal.com>2014-12-01 09:06:27 -0500
committerJohn C. Vernaleo <jcv@conformal.com>2014-12-01 09:06:27 -0500
commitabbe87c799140b2a07dac59079daaeef7ab31607 (patch)
tree82e90d120e720c97585e91275992a39b98a1dc4a /osx
parent93cdc9255ca5dc60a189712db237164fc15e5d96 (diff)
downloadxombrero-abbe87c799140b2a07dac59079daaeef7ab31607.tar.gz
Catch OSX Makefile up with linux.
Install/uninstall user-agent-headers and http-accept-headers
which were missing from osx makefile.
Diffstat (limited to 'osx')
-rw-r--r--osx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/osx/Makefile b/osx/Makefile
index e031b1f..1c2ae55 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -70,6 +70,8 @@ install: all
 	install -m 644 ../tld-rules $(DESTDIR)$(RESDIR)
 	install -m 644 ../style.css $(DESTDIR)$(RESDIR)
 	install -m 644 ../hsts-preload $(DESTDIR)$(RESDIR)
+	install -m 644 ../user-agent-headers ${DESTDIR}$(RESDIR)
+	install -m 644 ../http-accept-headers ${DESTDIR}$(RESDIR)
 	install -m 644 ../torenabled.ico $(DESTDIR)$(RESDIR)
 	install -m 644 ../tordisabled.ico $(DESTDIR)$(RESDIR)
 
@@ -90,6 +92,8 @@ uninstall:
 	rm -f $(DESTDIR)$(RESDIR)/tld-rules
 	rm -f $(DESTDIR)$(RESDIR)/style.css
 	rm -f $(DESTDIR)$(RESDIR)/hsts-preload
+	rm -f ${DESTDIR}$(RESDIR)/user-agent-headers
+	rm -f ${DESTDIR}$(RESDIR)/http-accept-headers
 	if [ -d $(DESTDIR)$(RESDIR) ]; then rmdir $(DESTDIR)$(RESDIR); fi
 clean:
 	rm -f xombrero $(OBJS) $(DEPS)