commit | 44a2a3165c78839d8f6237868597b59c67614362 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Wed Mar 10 20:04:35 2004 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Thu Jan 05 17:31:10 2012 +0000 |
tree | 1ddd5fd1d7759243a1cbfafab208b75d1b9f9c84 | |
parent | b49644f39fe5b77d085f9c6b21e73b8cb50a5c70 [diff] [blame] |
import of dnsmasq-2.3.tar.gz
diff --git a/Makefile b/Makefile index 8c13ae8..25b5c94 100644 --- a/Makefile +++ b/Makefile
@@ -12,7 +12,7 @@ clean : rm -f *~ */*~ $(SRC)/*.o $(SRC)/dnsmasq core build -install : $(SRC)/dnsmasq +install : all install -d $(DESTDIR)$(BINDIR) -d $(DESTDIR)$(MANDIR)/man8 install -m 644 dnsmasq.8 $(DESTDIR)$(MANDIR)/man8 install -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR)