=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.86 retrieving revision 1.87 diff -c -r1.86 -r1.87 *** src/etc/Makefile 1998/05/05 21:51:51 1.86 --- src/etc/Makefile 1998/05/23 19:22:30 1.87 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.86 1998/05/05 21:51:51 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.87 1998/05/23 19:22:30 millert Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific *************** *** 131,138 **** ${DESTDIR}/etc/ppp; \ ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \ ${DESTDIR}/etc/ppp) ! cd namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \ ! ${DESTDIR}/etc/namedb /bin/rm -f ${DESTDIR}/etc/localtime ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime /bin/rm -f ${DESTDIR}/etc/rmt --- 131,138 ---- ${DESTDIR}/etc/ppp; \ ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \ ${DESTDIR}/etc/ppp) ! cd namedb; ${INSTALL} -c -o named -g ${BINGRP} -m 644 ${NAMEDB} \ ! ${DESTDIR}/var/named /bin/rm -f ${DESTDIR}/etc/localtime ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime /bin/rm -f ${DESTDIR}/etc/rmt