diff options
author | Josh Rickmar <jrick@devio.us> | 2012-07-11 10:03:43 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-07-11 10:03:43 -0400 |
commit | 77296e1725d6e3e7d6006a447678908e9b0eb601 (patch) | |
tree | 8619001f0e5eb72150c9d09feb64243b50862f21 /freebsd/Makefile | |
parent | ba3c43609ca28e977e07601260f9cb7f471a69e7 (diff) | |
download | xombrero-77296e1725d6e3e7d6006a447678908e9b0eb601.tar.gz |
Makefile fixes for Linux and FreeBSD. Install the css to the resource
dir on Linux, and install _o/ for FreeBSD (why wasn't this done before?)
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 4c53ec9..a6be6af 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -64,6 +64,14 @@ install: all install -m 755 -d $(DESTDIR)$(MANDIR)/man1 install -m 755 xombrero $(DESTDIR)$(BINDIR) install -m 644 ../xombrero.1 $(DESTDIR)$(MANDIR)/man1/xombrero.1 + install -m 644 ../xombrero.css $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon16.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon32.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon48.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon64.png $(DESTDIR)$(RESDIR) + install -m 644 ../xombreroicon128.png $(DESTDIR)$(RESDIR) + install -m 644 ../tld-rules $(DESTDIR)$(RESDIR) + install -m 644 ../style.css $(DESTDIR)$(RESDIR) clean: rm -f xombrero *.o |