=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/etc/Makefile 1995/12/14 01:19:40 1.3 +++ src/etc/Makefile 1995/12/16 21:12:06 1.4 @@ -56,6 +56,15 @@ rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \ ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile) + (cd kerberosIV; \ + install -c -o root -g wheel -m 644 README \ + ${DESTDIR}/etc/kerberosIV; \ + install -c -o root -g wheel -m 644 krb.conf \ + ${DESTDIR}/etc/kerberosIV; \ + install -c -o root -g wheel -m 644 krb.equiv \ + ${DESTDIR}/etc/kerberosIV; \ + install -c -o root -g wheel -m 444 krb.realms \ + ${DESTDIR}/etc/kerberosIV) (cd mtree; \ install -c -o root -g wheel -m 600 special \ ${DESTDIR}/etc/mtree; \