summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
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