From 43c56a9bd97691f2a6d9a920689769f8c8166db6 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 7 Jun 2005 04:35:48 +0000 Subject: [PATCH] Use SCRIPTS to install dhclient-script instead of rolling our own. --- sbin/dhclient/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 5ebd272e73a4..2be575f643f8 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -38,12 +38,9 @@ SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ parse.c privsep.c PROG= dhclient +SCRIPTS=dhclient-script MAN= dhclient.8 dhclient.conf.5 dhclient.leases.5 dhclient-script.8 CFLAGS+=-Wall -beforeinstall: - ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/dhclient-script ${DESTDIR}/sbin/dhclient-script - .include