diff options
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 |