diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-20 19:30:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-20 19:30:19 +0000 |
commit | bf45c1d439ace74b1f3b98254ed48b454bdcac3d (patch) | |
tree | 6cd5438640002c615b2bcd6fea36e43f7c722b1e /share/man/man7 | |
parent | 59df56c625733efd50a048290457d407c6045422 (diff) |
disconnect groff_man(7) from the build and install man(7) instead;
"fine" jmc@ "no worries" deraadt@ "looks good" J.C. Roberts
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile index e5c1ce77309..2572881997f 100644 --- a/share/man/man7/Makefile +++ b/share/man/man7/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2010/01/03 23:29:03 schwarze Exp $ +# $OpenBSD: Makefile,v 1.16 2010/07/20 19:30:18 schwarze Exp $ # $NetBSD: Makefile,v 1.6 1994/12/22 10:50:05 cgd Exp $ -# missing: eqnchar.7 man.7 ms.7 term.7 +# missing: eqnchar.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 \ - mandoc_char.7 mdoc.7 mdoc.samples.7 mirroring-ports.7 \ + man.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 |