Change ${COPY} to -c, always needed here

Remove manpage reference to BSD adduser, add pwd_mkdb reference
This commit is contained in:
Andrey A. Chernov 1994-12-31 11:12:35 +00:00
parent 31455121d5
commit 71d5664cdc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5306
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
MAN8= adduser.8
beforeinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/adduser.perl ${DESTDIR}${BINDIR}/adduser
.include <bsd.prog.mk>

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\" $Id: adduser.8,v 1.1 1994/12/30 12:03:48 ache Exp $
.\" $Id: adduser.8,v 1.2 1994/12/30 12:15:39 ache Exp $
.Dd December 28, 1994
.Dt ADDUSER 8
@ -64,7 +64,7 @@ to reflect the group that you wish as a default.
.Pa /usr/share/skel/*
.Sh SEE ALSO
.Xr adduser 8
.Xr pwd_mkdb 8
.Xr perl 1
.Sh HISTORY