diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 9f3569803c4c..429a1fbebe48 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2004/06/21 18:20:08 jmc Exp $ +# $NetBSD: Makefile,v 1.39 2004/08/31 00:00:31 lukem Exp $ .include @@ -98,9 +98,9 @@ afterinstall: ${DATA} ${REDO} cmp -s $$tzfile $$destfile > /dev/null 2>&1 && continue; \ ${_MKSHMSG_INSTALL} $$destfile; \ ${_MKSHECHO} ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} \ - -m ${BINMODE} $$tzfile $$destfile ; \ + -m ${NONBINMODE} $$tzfile $$destfile ; \ ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} \ - -m ${BINMODE} $$tzfile $$destfile ; \ + -m ${NONBINMODE} $$tzfile $$destfile ; \ done .else # ${MKSHARE} == "no" afterinstall: