=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/etc/Makefile 1996/09/06 17:26:58 1.25 --- src/etc/Makefile 1996/09/17 07:18:15 1.26 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.25 1996/09/06 17:26:58 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.26 1996/09/17 07:18:15 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific *************** *** 31,42 **** all clean cleandir depend etc install lint: .ifndef DESTDIR ! distribution distrib-dirs snapshot: @echo setenv DESTDIR before doing that! @false .else ! distribution: distrib-dirs ! (cd ..; ${MAKE} install) install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \ chown ${BINOWN} ${DESTDIR}/etc/ttys && \ --- 31,41 ---- all clean cleandir depend etc install lint: .ifndef DESTDIR ! distribution-etc-root-var distribution distrib-dirs snapshot: @echo setenv DESTDIR before doing that! @false .else ! distribution-etc-root-var: distrib-dirs install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \ chown ${BINOWN} ${DESTDIR}/etc/ttys && \ *************** *** 134,139 **** --- 133,141 ---- ${DESTDIR}/) .endif (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution) + + distribution: distribution-etc-root-var + (cd ..; ${MAKE} install) hcx9-distribution: (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \