From: Roy Marples Date: Mon, 27 Nov 2006 21:13:01 +0000 (+0000) Subject: Tweak Makefile X-Git-Tag: v3.2.3~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=804317ef987e3b194d3102d2b21add77e0c6072b;p=thirdparty%2Fdhcpcd.git Tweak Makefile --- diff --git a/Makefile b/Makefile index 36371d55..1122a0e7 100644 --- a/Makefile +++ b/Makefile @@ -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