NONBINMODE
authorderaadt <deraadt@openbsd.org>
Wed, 23 Apr 1997 11:34:43 +0000 (11:34 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 23 Apr 1997 11:34:43 +0000 (11:34 +0000)
usr.sbin/ypserv/ypinit/Makefile

index 2e77c95..ca4cb2f 100644 (file)
@@ -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