Use SCRIPTS to install dhclient-script instead of rolling our own.

This commit is contained in:
Brooks Davis 2005-06-07 04:35:48 +00:00
parent 8750adaf5a
commit 43c56a9bd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147087

View File

@ -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 <bsd.prog.mk>