diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-11-08 17:06:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-11-08 17:06:38 +0000 |
commit | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (patch) | |
tree | bdb28266149f10c995f59db1cfa5de8dd1bdc32a /share/man/man8/Makefile | |
parent | 5849beaa0265cfe8d11e631f7c51fa678ea31e47 (diff) |
The very beginning of a pegasos-specific section 8.
Diffstat (limited to 'share/man/man8/Makefile')
-rw-r--r-- | share/man/man8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 7de26c07464..3f04c0bb62f 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2003/09/02 21:33:16 miod Exp $ +# $OpenBSD: Makefile,v 1.45 2003/11/08 17:06:36 miod Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 @@ -10,7 +10,7 @@ MAN= afterboot.8 boot_config.8 compat_aout.8 compat_bsdos.8 \ release.8 security.8 ssl.8 starttls.8 sticky.8 update.8 vpn.8 yp.8 SUBDIR= man8.alpha man8.hp300 man8.hppa man8.i386 \ man8.mac68k man8.mvme68k man8.mvme88k \ - man8.macppc man8.sparc man8.sparc64 man8.vax + man8.macppc man8.pegasos man8.sparc man8.sparc64 man8.vax MLINKS= afterboot.8 faq.8 \ boot_config.8 UKC.8 \ |