=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Makefile.inc,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/etc/Makefile.inc 2008/06/16 08:18:39 1.4 --- src/etc/Makefile.inc 2009/06/03 15:36:54 1.5 *************** *** 1,4 **** ! # $OpenBSD: Makefile.inc,v 1.4 2008/06/16 08:18:39 todd Exp $ M=${.CURDIR:C/^.*\/etc\.([^\/]*)$/\1/} --- 1,4 ---- ! # $OpenBSD: Makefile.inc,v 1.5 2009/06/03 15:36:54 todd Exp $ M=${.CURDIR:C/^.*\/etc\.([^\/]*)$/\1/} *************** *** 28,34 **** -e 's/^[0-9,]*c[0-9,]*$$//' \ -e '/^$$/d' \ diffout1 > diffout2; \ ! if [ -s diffout2 ]; then \ echo " m4 -I.. -I. ../MAKEDEV.mi > MAKEDEV"; \ cp MAKEDEV.tmp ${.CURDIR}/MAKEDEV || true; \ ${NOCLEAN} rm MAKEDEV.tmp; \ --- 28,34 ---- -e 's/^[0-9,]*c[0-9,]*$$//' \ -e '/^$$/d' \ diffout1 > diffout2; \ ! if ! [ -s diffout2 ]; then \ echo " m4 -I.. -I. ../MAKEDEV.mi > MAKEDEV"; \ cp MAKEDEV.tmp ${.CURDIR}/MAKEDEV || true; \ ${NOCLEAN} rm MAKEDEV.tmp; \