=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/etc/Makefile 1996/06/17 07:19:27 1.16 --- src/etc/Makefile 1996/06/21 21:20:49 1.17 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.16 1996/06/17 07:19:27 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.17 1996/06/21 21:20:49 dm Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific *************** *** 128,134 **** install -d -o root -g wheel -m 755 ${DESTDIR} -mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u if [ ! -f ${DESTDIR}/usr/src ]; then \ ! install -d -o root -g wheel -m 755 ${DESTDIR}/usr/src \ fi cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys --- 128,134 ---- install -d -o root -g wheel -m 755 ${DESTDIR} -mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u if [ ! -f ${DESTDIR}/usr/src ]; then \ ! install -d -o root -g wheel -m 755 ${DESTDIR}/usr/src; \ fi cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys