diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-30 18:28:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-30 18:28:58 +0000 |
commit | 04f0bb21c805f7497254b209e3f8b525f260b856 (patch) | |
tree | c1b047bfff24d7b2013e88bc6991d0b0b51cd255 /sys/arch/i386/stand | |
parent | 7ba1f97ec3a5206556447c2cc67b6a8bcab306e1 (diff) |
install boot.conf as a section 5 page, not section 8;
from mikolaj kucharski;
ok mk deraadt krw
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index bc4ea18edfd..6f81bbe376a 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2005/07/30 14:32:46 millert Exp $ +# $OpenBSD: Makefile,v 1.33 2006/10/30 18:28:57 jmc Exp $ .include "${.CURDIR}/../Makefile.inc" MAN= boot.8 -MLINKS= boot.8 boot.conf.8 +MLINKS= boot.8 boot.conf.5 .if ${MACHINE} == "i386" PROG= boot |