diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-28 22:36:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-28 22:36:43 +0000 |
commit | cf11bfb68fec1928e0e0bbb9b21351ae7db422da (patch) | |
tree | 78ab56bb12e7b3c127b68146ac580a2d36d4a1b7 /share/man/man8/Makefile | |
parent | 9ca0b406978ecc2abc6374aaa71dfc5ec730c4b3 (diff) |
add start of a crash page
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 1e5d769db1a..55748ae5bb8 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 1999/07/20 18:35:35 aaron Exp $ +# $OpenBSD: Makefile,v 1.24 2000/02/28 22:36:42 deraadt Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN= afterboot.8 compat_bsdos.8 compat_freebsd.8 compat_ibcs2.8 \ compat_linux.8 compat_sunos.8 \ - compat_svr4.8 compat_ultrix.8 dhcp.8 diskless.8 intro.8 rc.8 \ + compat_svr4.8 compat_ultrix.8 crash.8 dhcp.8 diskless.8 intro.8 rc.8 \ rc.conf.8 rc.shutdown.8 ssl.8 sticky.8 update.8 yp.8 boot_config.8 \ vpn.8 SUBDIR= man8.amiga man8.arm32 man8.atari man8.hp300 man8.i386 man8.mac68k \ |