From 3e3aea172842cbb5e2d0e73bf6df1b07716d9a46 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 3 Apr 1999 07:09:59 +0000 Subject: [PATCH] Install dhclient-script under ${DESTDIR}. PR: 10615, 10891 --- sbin/dhclient/Makefile | 5 +++-- 1 file 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