=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.443 retrieving revision 1.444 diff -c -r1.443 -r1.444 *** src/etc/Makefile 2016/10/14 18:45:12 1.443 --- src/etc/Makefile 2016/11/05 09:14:37 1.444 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.443 2016/10/14 18:45:12 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.444 2016/11/05 09:14:37 rpe Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain *************** *** 228,242 **** ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}; \ fi mtree -qdef mtree/4.4BSD.dist -p ${DESTDIR}/ -U - if [ ! -d ${DESTDIR}/usr/src ]; then \ - ${INSTALL} -d -o root -g wsrc -m 775 ${DESTDIR}/usr/src; \ - fi - if [ ! -d ${DESTDIR}/usr/obj ]; then \ - ${INSTALL} -d -o root -g wsrc -m 775 ${DESTDIR}/usr/obj; \ - fi - if [ ! -d ${DESTDIR}/usr/xobj ]; then \ - ${INSTALL} -d -o root -g wsrc -m 775 ${DESTDIR}/usr/xobj; \ - fi cd ${DESTDIR}/; ln -fhs usr/src/sys sys chown -h root:wheel ${DESTDIR}/sys --- 228,233 ----