diff options
Diffstat (limited to 'usr.sbin/dhcp/dhclient/scripts/Makefile')
-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> |