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/zaurus/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/zaurus/stand')
-rw-r--r-- | sys/arch/zaurus/stand/zboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/stand/zboot/Makefile b/sys/arch/zaurus/stand/zboot/Makefile index 91dbdc15c0c..e8a56816e84 100644 --- a/sys/arch/zaurus/stand/zboot/Makefile +++ b/sys/arch/zaurus/stand/zboot/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2005/05/24 20:38:20 uwe Exp $ +# $OpenBSD: Makefile,v 1.7 2006/10/30 18:28:57 jmc Exp $ MAN= boot.8 MANSUBDIR=zaurus -MLINKS= boot.8 boot.conf.8 +MLINKS= boot.8 boot.conf.5 .if ${MACHINE} == "zaurus" PROG= zboot |