Install the Makefiles with mode 0644, not ${BINMODE}

This commit is contained in:
thorpej 1996-08-09 15:11:47 +00:00
parent 236743c464
commit 012dde15fd

View File

@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.1.1.1 1996/08/09 10:14:59 thorpej Exp $
# $NetBSD: Makefile,v 1.2 1996/08/09 15:11:47 thorpej Exp $
NOOBJ= noobj
install:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/ypinit.sh ${DESTDIR}/usr/sbin/ypinit
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
install -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
${.CURDIR}/Makefile.yp ${DESTDIR}/var/yp/Makefile.yp
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
install -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
${.CURDIR}/Makefile.main ${DESTDIR}/var/yp/Makefile.main
.include <bsd.prog.mk>