From: Roy Marples Date: Tue, 12 Aug 2008 22:51:33 +0000 (+0000) Subject: Default target should not be install ... X-Git-Tag: v4.0.2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbf03ba256fafb7eaf699a496ad5fac200bf65df;p=thirdparty%2Fdhcpcd.git Default target should not be install ... --- diff --git a/dhcpcd-hooks/Makefile b/dhcpcd-hooks/Makefile index d1f8104d..cfb19f70 100644 --- a/dhcpcd-hooks/Makefile +++ b/dhcpcd-hooks/Makefile @@ -4,6 +4,8 @@ SYSTEMSCRIPTS= 01-test 10-mtu 20-resolv.conf 30-hostname FILES= ${SYSTEMSCRIPTS} ${HOOKSCRIPTS} FILESDIR= ${HOOKDIR} +all: + MK= ../mk include ${MK}/os.mk include ${MK}/sys.mk