diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 04:19:16 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 04:19:16 +0000 |
commit | 4b151dce5fb6eed0a3c302e702ed898a691df17d (patch) | |
tree | d8b77dc4da886fb940582f0c723b2e5102025830 | |
parent | 8f3c38da64d7a898ce55b085f7251504d7a1f5c9 (diff) |
remove the `real' Id string in generated output, keeps conflicts down
miod@ ok, requested a long time ago by misc
-rw-r--r-- | etc/MAKEDEV.mi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi index c49e9aa8ee4..7ef2b3bd612 100644 --- a/etc/MAKEDEV.mi +++ b/etc/MAKEDEV.mi @@ -1,6 +1,6 @@ include(MAKEDEV.sub)dnl dnl -vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.46 2002/05/16 16:18:44 provos Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.47 2002/06/09 04:19:15 todd Exp $-})dnl dnl divert(1)dnl {-#-} @@ -1135,7 +1135,6 @@ divert(0)dnl # show_vers()dnl <-- now that all files are included, show versions # -{-#-} $Open{--}BSD$ dnl divert(2)dnl PATH=/sbin:/usr/sbin:/bin:/usr/bin |