Mercurial > hg > dhcpcd
changeset 2:d45df5af45e7 draft
Tweak Makefile
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 27 Nov 2006 21:13:01 +0000 |
| parents | 1703860620f3 |
| children | 8f7278d3d297 |
| files | Makefile |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Nov 27 20:45:59 2006 +0000 +++ b/Makefile Mon Nov 27 21:13:01 2006 +0000 @@ -2,11 +2,13 @@ VERSION = 3.0.0 +CC ?= gcc +INSTALL ?= install CFLAGS ?= -Wall -O2 -pedantic -std=gnu99 DESTDIR = SBINDIR = $(DESTDIR)/sbin -MANDIR = $(DESDIR)/usr/share/man +MANDIR = $(DESTDIR)/usr/share/man SBIN_TARGETS = dhcpcd MAN8_TARGETS = dhcpcd.8
