diff options
author | 2015-11-14 01:17:02 +0000 | |
---|---|---|
committer | 2015-11-14 01:17:02 +0000 | |
commit | 1da6265b190f3e0b978412ab9928456d08e7a149 (patch) | |
tree | d209aeafe75c0ba30e3e04f1fba978b5e9a742cc | |
parent | pledge("stdio", NULL) for code path that just prints the MBR or GPT. i.e. (diff) | |
download | wireguard-openbsd-1da6265b190f3e0b978412ab9928456d08e7a149.tar.xz wireguard-openbsd-1da6265b190f3e0b978412ab9928456d08e7a149.zip |
the mandoc(7) mlink is useless; zapping now, at ingo's behest
-rw-r--r-- | share/man/man7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile index 84c96c73870..47875e602f8 100644 --- a/share/man/man7/Makefile +++ b/share/man/man7/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2011/11/21 12:00:57 espie Exp $ +# $OpenBSD: Makefile,v 1.22 2015/11/14 01:17:02 jmc Exp $ # $NetBSD: Makefile,v 1.6 1994/12/22 10:50:05 cgd Exp $ # missing: term.7 @@ -8,6 +8,6 @@ MAN= ascii.7 eqn.7 environ.7 glob.7 hier.7 hostname.7 intro.7 kgdb.7 \ man.7 mandoc_char.7 mdoc.7 mirroring-ports.7 \ operator.7 packages.7 packages-specs.7 pkgpath.7 ports.7 roff.7 \ script.7 securelevel.7 tbl.7 -MLINKS= mdoc.7 mandoc.7 mirroring-ports.7 mirror-maker.7 +MLINKS= mirroring-ports.7 mirror-maker.7 .include <bsd.prog.mk> |