=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.60 retrieving revision 1.61 diff -c -r1.60 -r1.61 *** src/etc/Makefile 1997/05/19 19:31:22 1.60 --- src/etc/Makefile 1997/07/22 10:02:46 1.61 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.60 1997/05/19 19:31:22 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.61 1997/07/22 10:02:46 provos Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific *************** *** 92,97 **** --- 92,106 ---- ${DESTDIR}/etc/mtree; \ ${INSTALL} -c -o root -g wheel -m 444 4.4BSD.dist \ ${DESTDIR}/etc/mtree) + (cd photuris; \ + ${INSTALL} -c -o root -g wheel -m 600 secrets.conf \ + ${DESTDIR}/etc/photuris; \ + ${INSTALL} -c -o root -g wheel -m 600 attributes.conf \ + ${DESTDIR}/etc/photuris; \ + ${INSTALL} -c -o root -g wheel -m 600 photuris.conf \ + ${DESTDIR}/etc/photuris; \ + ${INSTALL} -c -o root -g wheel -m 600 photuris.startup \ + ${DESTDIR}/etc/photuris) (cd ppp; \ ${INSTALL} -c -o root -g wheel -m 600 chap-secrets \ ${DESTDIR}/etc/ppp; \