diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-23 11:34:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-23 11:34:44 +0000 |
commit | 4a9e68c0e27f9d78c7c86e95b01e42d204b80cca (patch) | |
tree | ae03470e18d8cf118946e60e5ce08f8ac0009bc5 | |
parent | 9136af1775b11ad082680d5d3662f9804dd43fae (diff) |
NONBINMODE
-rw-r--r-- | usr.sbin/ypserv/ypinit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ypserv/ypinit/Makefile b/usr.sbin/ypserv/ypinit/Makefile index 2e77c95d9d0..ca4cb2f5feb 100644 --- a/usr.sbin/ypserv/ypinit/Makefile +++ b/usr.sbin/ypserv/ypinit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 1997/04/20 10:00:19 maja Exp $ +# $OpenBSD: Makefile,v 1.11 1997/04/23 11:34:43 deraadt Exp $ MAN= ypinit.8 @@ -7,11 +7,11 @@ SHFILES= ypinit.sh install: .for script in ${SHFILES} - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ ${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R} .endfor .for script in ${DISTFILES} - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ ${.CURDIR}/${script} ${DESTDIR}/var/yp/${script}.dist .endfor ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ @@ -19,7 +19,7 @@ install: distribution: .for script in ${DISTFILES} - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ ${.CURDIR}/${script} ${DESTDIR}/var/yp/${script} .endfor |