summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/ypinit/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-24 18:30:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-24 18:30:31 +0000
commit8a9c6810552c2c70df7995eaa59070bdbd3afd26 (patch)
tree03ff4fae015dc7809f50a40693b4afbea0f29921 /usr.sbin/ypserv/ypinit/Makefile
parenta10706cb525261402a7c6f60760d554183364a8b (diff)
wrong mode, oops
Diffstat (limited to 'usr.sbin/ypserv/ypinit/Makefile')
-rw-r--r--usr.sbin/ypserv/ypinit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/ypinit/Makefile b/usr.sbin/ypserv/ypinit/Makefile
index ca4cb2f5feb..3cc4469d106 100644
--- a/usr.sbin/ypserv/ypinit/Makefile
+++ b/usr.sbin/ypserv/ypinit/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 1997/04/23 11:34:43 deraadt Exp $
+# $OpenBSD: Makefile,v 1.12 1997/04/24 18:30:30 deraadt Exp $
MAN= ypinit.8
@@ -7,7 +7,7 @@ SHFILES= ypinit.sh
install:
.for script in ${SHFILES}
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}
.endfor
.for script in ${DISTFILES}