summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ypserv/ypinit/Makefile8
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