diff options
Diffstat (limited to 'share/man/man7/Makefile')
-rw-r--r-- | share/man/man7/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile index 29db1650d7f..e5c1ce77309 100644 --- a/share/man/man7/Makefile +++ b/share/man/man7/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2009/03/05 15:13:30 millert Exp $ +# $OpenBSD: Makefile,v 1.15 2010/01/03 23:29:03 schwarze Exp $ # $NetBSD: Makefile,v 1.6 1994/12/22 10:50:05 cgd Exp $ # missing: eqnchar.7 man.7 ms.7 term.7 MAN= ascii.7 environ.7 glob.7 hier.7 hostname.7 intro.7 kgdb.7 \ - library-specs.7 mailaddr.7 mdoc.7 mdoc.samples.7 mirroring-ports.7 \ + library-specs.7 mailaddr.7 \ + mandoc_char.7 mdoc.7 mdoc.samples.7 mirroring-ports.7 \ operator.7 packages.7 packages-specs.7 ports.7 script.7 securelevel.7 MLINKS= mdoc.7 mandoc.7 mdoc.samples.7 mandoc.samples.7 \ mirroring-ports.7 mirror-maker.7 |