Install dhclient-script under ${DESTDIR}.

PR:		10615, 10891
This commit is contained in:
Bruce Evans 1999-04-03 07:09:59 +00:00
parent 146fe9aaf2
commit 3e3aea1728
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45259

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.3 1999/02/18 18:56:58 obrien Exp $
DIST_DIR= ${.CURDIR}/../../contrib/isc-dhcp
@ -17,6 +17,7 @@ MAN8= dhclient.8 dhclient-script.8
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${DIST_DIR}/client/scripts/freebsd ${BINDIR}/dhclient-script
${DIST_DIR}/client/scripts/freebsd \
${DESTDIR}${BINDIR}/dhclient-script
.include <bsd.prog.mk>