summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-04-03 07:09:59 +0000
committerbde <bde@FreeBSD.org>1999-04-03 07:09:59 +0000
commite0501a5d68789b1cc26aa8a94d96383c77bc1bf6 (patch)
tree67f867c8c5326174a8fa686ed505f4d7e25db61b /sbin/dhclient
parent1b04986c84312340a6c818792a80ecfc8059aafd (diff)
downloadFreeBSD-src-e0501a5d68789b1cc26aa8a94d96383c77bc1bf6.zip
FreeBSD-src-e0501a5d68789b1cc26aa8a94d96383c77bc1bf6.tar.gz
Install dhclient-script under ${DESTDIR}.
PR: 10615, 10891
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/Makefile5
1 files changed, 3 insertions, 2 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud