diff options
author | Marco Peereboom <marco@conformal.com> | 2012-11-28 11:48:04 -0600 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2012-11-28 11:48:04 -0600 |
commit | 374f8c06dd04fa1324181f575f12971f5d46eb5f (patch) | |
tree | ccfd7c601a3bbdbc8ec66e401ecb005346832211 /netbsd/Makefile | |
parent | 62e3b73bf508dfe5d5ca65f6dc9c50d6aa461d7d (diff) | |
download | xombrero-374f8c06dd04fa1324181f575f12971f5d46eb5f.tar.gz |
add tor icon toggle for proxy
requested by many
Diffstat (limited to 'netbsd/Makefile')
-rw-r--r-- | netbsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netbsd/Makefile b/netbsd/Makefile index dc9f564..7118caa 100644 --- a/netbsd/Makefile +++ b/netbsd/Makefile @@ -81,6 +81,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 ../torenabled.ico $(DESTDIR)$(RESDIR) + install -m 644 ../tordisabled.ico $(DESTDIR)$(RESDIR) clean: rm -f xombrero *.o |