|
|
@ -1,6 +1,6 @@ |
|
|
|
dnl $OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp $ |
|
|
|
dnl $OpenBSD: MAKEDEV.sub,v 1.10 2004/02/14 17:24:31 todd Exp $ |
|
|
|
dnl |
|
|
|
dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org> |
|
|
|
dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> |
|
|
|
dnl |
|
|
|
dnl Permission to use, copy, modify, and distribute this software for any |
|
|
|
dnl purpose with or without fee is hereby granted, provided that the above |
|
|
@ -66,8 +66,8 @@ dnl store a version string for 'this' file |
|
|
|
dnl |
|
|
|
dnl vers ( uniqueidstring, versionstring, subdir ) |
|
|
|
dnl |
|
|
|
dnl example1: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp $-}) |
|
|
|
dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp $-}, etc.MACHINE) |
|
|
|
dnl example1: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.10 2004/02/14 17:24:31 todd Exp $-}) |
|
|
|
dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.10 2004/02/14 17:24:31 todd Exp $-}, etc.MACHINE) |
|
|
|
dnl |
|
|
|
dnl if subdir is defined, prepend it to the filename in the version string |
|
|
|
dnl |
|
|
@ -78,7 +78,7 @@ define({-vers-}, |
|
|
|
dnl |
|
|
|
dnl Version info for this file: |
|
|
|
dnl |
|
|
|
vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp $-})dnl |
|
|
|
vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.10 2004/02/14 17:24:31 todd Exp $-})dnl |
|
|
|
dnl |
|
|
|
dnl |
|
|
|
define({-_addsubdir-}, |
|
|
|