=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/etc/Makefile 1995/12/18 15:18:16 1.5 --- src/etc/Makefile 1995/12/18 15:25:09 1.6 *************** *** 70,75 **** --- 70,85 ---- ${DESTDIR}/etc/mtree; \ install -c -o root -g wheel -m 444 4.4BSD.dist \ ${DESTDIR}/etc/mtree) + (cd ppp; \ + install -c -o root -g wheel -m 644 chap-secrets \ + ${DESTDIR}/etc/ppp; \ + install -c -o root -g wheel -m 644 options \ + ${DESTDIR}/etc/ppp; \ + install -c -o root -g wheel -m 644 options.leaf \ + ${DESTDIR}/etc/ppp; \ + install -c -o root -g wheel -m 644 pap-secrets \ + ${DESTDIR}/etc/ppp; \ + ${DESTDIR}/etc/ppp) cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \ ${DESTDIR}/etc/namedb /bin/rm -f ${DESTDIR}/etc/localtime