From e50782227d4ed7f32aa2a04743805082dfe6445d Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 5 May 2017 11:13:43 -0500 Subject: [PATCH] Added dependency for dhclient --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d270bd6..54aa67f 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,13 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = iproute2,perl +DEPENDS = dhclient,iproute2,perl ARCH = none URL = BRIEF = Scripts for starting and stopping network interfaces DESC = Scripts which use the iproute2 tools for automatically starting and \ stopping network devices during startup. -SNAPVER = 0 +SNAPVER = 1 ARCHIVE := SRCDIR := $(PWD)/SRC/iftools