diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-09 14:17:37 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-09 14:17:37 +0000 |
| commit | 7e123ddef251ddefbd1b358176492434aeddb9ca (patch) | |
| tree | cc7e4b6fdba4f64e1a793e3ad7ff2d326a2f3e07 | |
| parent | ab8146f4b418eb8ad083a33b49af76b11df9ab4d (diff) | |
Notes
| -rw-r--r-- | sbin/dhclient/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index bfb49c394019..eb3bebf8740f 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1999/02/18 18:56:58 obrien Exp $ +# $Id: Makefile,v 1.3.2.1 1999/02/19 10:32:57 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> |
