diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/stand/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/hppa/stand/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/stand/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/zaurus/stand/zboot/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/amd64/stand/boot/Makefile b/sys/arch/amd64/stand/boot/Makefile index b094ea7e7aa..43519da62fb 100644 --- a/sys/arch/amd64/stand/boot/Makefile +++ b/sys/arch/amd64/stand/boot/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2006/09/18 21:15:33 mpf Exp $ +# $OpenBSD: Makefile,v 1.6 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} == "amd64" S =${.CURDIR}/../../../.. diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile index f213351fd8c..bb85f69c16b 100644 --- a/sys/arch/hppa/stand/boot/Makefile +++ b/sys/arch/hppa/stand/boot/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.18 2003/07/19 00:03:51 david Exp $ +# $OpenBSD: Makefile,v 1.19 2006/10/30 18:28:57 jmc Exp $ MAN= boot.8 MANSUBDIR=hppa -MLINKS= boot.8 boot.conf.8 +MLINKS= boot.8 boot.conf.5 S =${.CURDIR}/../../../.. CLEANFILES+= boot.gdb boot.map boot.lif diff --git a/sys/arch/hppa64/stand/boot/Makefile b/sys/arch/hppa64/stand/boot/Makefile index dd9bc44c62f..219faed9945 100644 --- a/sys/arch/hppa64/stand/boot/Makefile +++ b/sys/arch/hppa64/stand/boot/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2005/04/01 10:40:48 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 2006/10/30 18:28:57 jmc Exp $ MAN= boot.8 MANSUBDIR=hppa64 -MLINKS= boot.8 boot.conf.8 +MLINKS= boot.8 boot.conf.5 S =${.CURDIR}/../../../.. CLEANFILES+= boot.gdb boot.map boot.lif 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 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 |