=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/MAKEDEV.sub,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/etc/MAKEDEV.sub 2002/01/07 06:06:40 1.2 --- src/etc/MAKEDEV.sub 2002/01/07 06:25:32 1.3 *************** *** 1,4 **** ! dnl $OpenBSD: MAKEDEV.sub,v 1.2 2002/01/07 06:06:40 todd Exp $ dnl dnl Copyright (c) 2001 Todd T. Fries dnl All rights reserved. --- 1,4 ---- ! dnl $OpenBSD: MAKEDEV.sub,v 1.3 2002/01/07 06:25:32 todd Exp $ dnl dnl Copyright (c) 2001 Todd T. Fries dnl All rights reserved. *************** *** 74,81 **** dnl dnl vers ( uniqueidstring, versionstring, subdir ) dnl ! dnl example1: vers(__file__,{-$OpenBSD: MAKEDEV.sub,v 1.2 2002/01/07 06:06:40 todd Exp $-}) ! dnl example2: vers(__file__,{-$OpenBSD: MAKEDEV.sub,v 1.2 2002/01/07 06:06:40 todd Exp $-},etc.MACHINE) dnl dnl if subdir is defined, prepend it to the filename in the version string dnl --- 74,81 ---- dnl dnl vers ( uniqueidstring, versionstring, subdir ) dnl ! dnl example1: vers(__file__,{-$OpenBSD: MAKEDEV.sub,v 1.3 2002/01/07 06:25:32 todd Exp $-}) ! dnl example2: vers(__file__,{-$OpenBSD: MAKEDEV.sub,v 1.3 2002/01/07 06:25:32 todd Exp $-},etc.MACHINE) dnl dnl if subdir is defined, prepend it to the filename in the version string dnl *************** *** 86,92 **** dnl dnl Version info for this file: dnl ! vers(__file__,{-$OpenBSD: MAKEDEV.sub,v 1.2 2002/01/07 06:06:40 todd Exp $-})dnl dnl dnl define({-_addsubdir-}, --- 86,92 ---- dnl dnl Version info for this file: dnl ! vers(__file__,{-$OpenBSD: MAKEDEV.sub,v 1.3 2002/01/07 06:25:32 todd Exp $-})dnl dnl dnl define({-_addsubdir-}, *************** *** 298,300 **** --- 298,305 ---- dnl _di -> 'iteration' string .. the string used in this iteration, is empty if dnl the device does not exist dnl + dnl + dnl ifstep(devstr) + dnl .. if stepping is defined for the particular device, emit ' step', else + dnl nothing + define({-ifstep-},{-ifdef({-step_$1-},{- -}step_$1)-})dnl