]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Tweak Makefile
authorRoy Marples <roy@marples.name>
Mon, 27 Nov 2006 21:13:01 +0000 (21:13 +0000)
committerRoy Marples <roy@marples.name>
Mon, 27 Nov 2006 21:13:01 +0000 (21:13 +0000)
Makefile

index 36371d55a313706aa2a5d6225cdeec59b39926e9..1122a0e738cc7093e74bdd899a15905f72ed2d39 100644 (file)
--- 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