diff options
author | Josh Rickmar <jrick@conformal.com> | 2013-09-25 10:21:23 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@conformal.com> | 2013-09-25 10:21:23 -0400 |
commit | 0e90b4cdd9d66e1d30ea780c1ace2650f06d7f71 (patch) | |
tree | ff104df955ce129fa862754182eb900f3434b860 /freebsd/Makefile | |
parent | 2d8388995f65c7d734d1bdc528bf478e69c5f390 (diff) | |
download | xombrero-0e90b4cdd9d66e1d30ea780c1ace2650f06d7f71.tar.gz |
New icon
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 14d4414..8b3ee8c 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -75,6 +75,8 @@ install: all install -m 644 ../xombreroicon48.png $(DESTDIR)$(RESDIR) install -m 644 ../xombreroicon64.png $(DESTDIR)$(RESDIR) install -m 644 ../xombreroicon128.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon256.png $(DESTDIR)$(RESDIR) + install -m 644 ../favicon.ico $(DESTDIR)$(RESDIR) install -m 644 ../tld-rules $(DESTDIR)$(RESDIR) install -m 644 ../style.css $(DESTDIR)$(RESDIR) install -m 644 ../hsts-preload $(DESTDIR)$(RESDIR) |