diff options
Diffstat (limited to 'share/man/man7/Makefile')
-rw-r--r-- | share/man/man7/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile index 98ceef93315..f90041e2036 100644 --- a/share/man/man7/Makefile +++ b/share/man/man7/Makefile @@ -1,14 +1,13 @@ -# $OpenBSD: Makefile,v 1.18 2011/01/09 15:24:57 schwarze Exp $ +# $OpenBSD: Makefile,v 1.19 2011/09/17 08:38:26 schwarze Exp $ # $NetBSD: Makefile,v 1.6 1994/12/22 10:50:05 cgd Exp $ # missing: term.7 MAN= ascii.7 environ.7 glob.7 hier.7 hostname.7 intro.7 kgdb.7 \ library-specs.7 mailaddr.7 \ - man.7 mandoc_char.7 mdoc.7 mdoc.samples.7 mirroring-ports.7 \ + man.7 mandoc_char.7 mdoc.7 mirroring-ports.7 \ operator.7 packages.7 packages-specs.7 ports.7 roff.7 \ script.7 securelevel.7 tbl.7 -MLINKS= mdoc.7 mandoc.7 mdoc.samples.7 mandoc.samples.7 \ - mirroring-ports.7 mirror-maker.7 +MLINKS= mdoc.7 mandoc.7 mirroring-ports.7 mirror-maker.7 .include <bsd.prog.mk> |