diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-24 11:43:47 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-08-24 11:43:47 +0000 |
commit | c531ef37b0c68d0ef65da9b009e0547e5a3e832e (patch) | |
tree | 87a76264eeb6ceac7a9a51706befe26aa19c6341 | |
parent | 5b7fcbdecd847b2fedf6fafe0eef8d84eaa3c6dc (diff) |
Missed in previous commit: add kgdb(7)
-rw-r--r-- | share/man/man7/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile index 0fd3c313314..d22bfcd0b25 100644 --- a/share/man/man7/Makefile +++ b/share/man/man7/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2001/04/09 14:57:38 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2001/08/24 11:43:46 hugh 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 hier.7 hostname.7 intro.7 mailaddr.7 \ - mdoc.7 mdoc.samples.7 operator.7 securelevel.7 \ - packages.7 packages-specs.7 ports.7 mirroring-ports.7 +MAN= ascii.7 environ.7 hier.7 hostname.7 intro.7 kgdb.7 mailaddr.7 \ + mdoc.7 mdoc.samples.7 mirroring-ports.7 operator.7 packages.7 \ + packages-specs.7 ports.7 securelevel.7 MLINKS= mdoc.7 mandoc.7 mdoc.samples.7 mandoc.samples.7 .include <bsd.prog.mk> |