=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- src/etc/Makefile 2000/04/07 02:33:38 1.108 +++ src/etc/Makefile 2000/04/25 20:52:47 1.109 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.108 2000/04/07 02:33:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.109 2000/04/25 20:52:47 jakob Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -83,6 +83,17 @@ rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \ ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile) + (cd skel; \ + ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \ + ${DESTDIR}/etc/skel/.cshrc; \ + ${INSTALL} -c -o root -g wheel -m 644 dot.login \ + ${DESTDIR}/etc/skel/.login; \ + ${INSTALL} -c -o root -g wheel -m 644 dot.mailrc \ + ${DESTDIR}/etc/skel/.mailrc; \ + ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ + ${DESTDIR}/etc/skel/.profile; \ + ${INSTALL} -c -o root -g wheel -m 644 dot.rhosts \ + ${DESTDIR}/etc/skel/.rhosts) (cd kerberosIV; \ ${INSTALL} -c -o root -g wheel -m 644 README \ ${DESTDIR}/etc/kerberosIV; \