summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcp/dhclient/scripts
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-17 13:21:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-17 13:21:43 +0000
commitc93438a10548a09925bca85cb85136c0ae0d0a4d (patch)
tree06247e3891aee82894b1a094b875b1d1492e97a6 /usr.sbin/dhcp/dhclient/scripts
parent3f35108eca00cc61b079e31b8cb544240764837b (diff)
move dhclient-script to /usr/bin by default; executables do not belong in /etc
Diffstat (limited to 'usr.sbin/dhcp/dhclient/scripts')
-rw-r--r--usr.sbin/dhcp/dhclient/scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/dhclient/scripts/Makefile b/usr.sbin/dhcp/dhclient/scripts/Makefile
index 16c81ed9c09..ee77ab88415 100644
--- a/usr.sbin/dhcp/dhclient/scripts/Makefile
+++ b/usr.sbin/dhcp/dhclient/scripts/Makefile
@@ -34,6 +34,6 @@ NOMAN=
beforeinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/dhclient-script ${DESTDIR}/etc/dhclient-script
+ ${.CURDIR}/dhclient-script ${DESTDIR}/usr/bin/dhclient-script
.include <bsd.prog.mk>