aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-04-03 07:09:59 +0000
committerBruce Evans <bde@FreeBSD.org>1999-04-03 07:09:59 +0000
commit3e3aea172842cbb5e2d0e73bf6df1b07716d9a46 (patch)
tree9bea779876e228cebfa58b8a280e6359ce501651 /sbin/dhclient
parent146fe9aaf2a3f9946cd242429a46495d4c313c99 (diff)
downloadsrc-3e3aea172842cbb5e2d0e73bf6df1b07716d9a46.tar.gz
src-3e3aea172842cbb5e2d0e73bf6df1b07716d9a46.zip
Install dhclient-script under ${DESTDIR}.
PR: 10615, 10891
Notes
Notes: svn path=/head/; revision=45259
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 0fc8b1c1758b..af03739d2506 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>