diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2010-06-16 23:33:39 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2010-06-16 23:33:39 +0000 |
commit | d0d1b82a2e0844226881ede93266ac2c27bfdf6c (patch) | |
tree | 55b4fdf1c170b18a052de0b7a7e7962566c882ff /etc | |
parent | 7588b01c4f647fa7013a9ca3fc70a4cf7ca56f3c (diff) |
Mdocdate is not a valid reason to generate a new MAKEDEV.8, finally noticed
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile.inc b/etc/Makefile.inc index 00b17f21730..50ac4975ca5 100644 --- a/etc/Makefile.inc +++ b/etc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2009/06/03 17:02:17 todd Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2010/06/16 23:33:38 todd Exp $ M=${.CURDIR:C/^.*\/etc\.([^\/]*)$/\1/} @@ -54,6 +54,7 @@ ${DOCDIR}/MAKEDEV.8: ${MAKEDEVDOC} sed -e 's/^--.*$$//' \ -e 's/^[\<\>] \.\\".*OpenBSD.*Exp $$//' \ -e 's/^[\<\>] \.\\".*\$$OpenBSD.*\$$$$//' \ + -e 's/^[\<\>] \.Dd \$$Mdocdate.*\$$$$//' \ -e 's/^[\<\>] \.Dd .*[0-9][0-9][0-9][0-9]$$//' \ -e 's/^[0-9,]*c[0-9,]*$$//' \ -e '/^$$/d' \ |