From e0501a5d68789b1cc26aa8a94d96383c77bc1bf6 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 3 Apr 1999 07:09:59 +0000 Subject: Install dhclient-script under ${DESTDIR}. PR: 10615, 10891 --- sbin/dhclient/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sbin/dhclient') diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 0fc8b1c..af03739 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -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 -- cgit v1.1