/sbin -> ${BINDIR}

This commit is contained in:
Wolfram Schneider 1997-02-06 01:24:43 +00:00
parent d2414da767
commit 9a42683b3a
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ nologin depend lint tags:
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
${.CURDIR}/nologin.sh ${DESTDIR}${BINDIR}/nologin
.include <bsd.prog.mk>

View File

@ -7,6 +7,6 @@ nologin depend lint tags:
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
${.CURDIR}/nologin.sh ${DESTDIR}${BINDIR}/nologin
.include <bsd.prog.mk>