diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-17 15:31:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-17 15:31:17 +0000 |
commit | 1f2ed35b51750924337eadff422050da04c01236 (patch) | |
tree | cebe6ade1624227457b0249cd49f065c65de4e38 /usr.sbin/dhcp/dhclient/scripts | |
parent | 1356a45af205ff3fd62ba46310ba17cb4c8c7670 (diff) |
dhclient-script should be in sbin
Diffstat (limited to 'usr.sbin/dhcp/dhclient/scripts')
-rw-r--r-- | usr.sbin/dhcp/dhclient/scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/dhclient/scripts/Makefile b/usr.sbin/dhcp/dhclient/scripts/Makefile index ee77ab88415..8aa7e33054b 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}/usr/bin/dhclient-script + ${.CURDIR}/dhclient-script ${DESTDIR}/sbin/dhclient-script .include <bsd.prog.mk> |