diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armish/stand/Makefile.inc | 3 | ||||
-rw-r--r-- | sys/arch/armish/stand/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/socppc/stand/Makefile.inc | 3 | ||||
-rw-r--r-- | sys/arch/socppc/stand/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/socppc/stand/boot/boot.8 | 6 | ||||
-rw-r--r-- | sys/arch/socppc/stand/mkboot/Makefile | 5 |
6 files changed, 16 insertions, 9 deletions
diff --git a/sys/arch/armish/stand/Makefile.inc b/sys/arch/armish/stand/Makefile.inc index 9f710971d57..b50d9e385f1 100644 --- a/sys/arch/armish/stand/Makefile.inc +++ b/sys/arch/armish/stand/Makefile.inc @@ -1,3 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2006/07/28 17:24:21 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2008/06/09 15:01:54 deraadt Exp $ BINDIR=/usr/mdec +MANSUBDIR=armish diff --git a/sys/arch/armish/stand/boot/Makefile b/sys/arch/armish/stand/boot/Makefile index 862370eb5db..f3935ada48f 100644 --- a/sys/arch/armish/stand/boot/Makefile +++ b/sys/arch/armish/stand/boot/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2008/05/28 21:36:11 miod Exp $ +# $OpenBSD: Makefile,v 1.7 2008/06/09 15:01:56 deraadt Exp $ + +.include "${.CURDIR}/../Makefile.inc" MAN= boot.8 MLINKS= boot.8 boot.conf.5 diff --git a/sys/arch/socppc/stand/Makefile.inc b/sys/arch/socppc/stand/Makefile.inc index 9e8f2e14dea..94b5969b0cc 100644 --- a/sys/arch/socppc/stand/Makefile.inc +++ b/sys/arch/socppc/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2008/05/16 18:57:01 kettenis Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2008/06/09 15:01:56 deraadt Exp $ .if exists(${STANDIR}/mkboot/mkboot) MKBOOT=${STANDIR}/mkboot/mkboot @@ -7,3 +7,4 @@ MKBOOT=${STANDIR}/mkboot/${__objdir}/mkboot .endif BINDIR=/usr/mdec +MANSUBDIR=socppc diff --git a/sys/arch/socppc/stand/boot/Makefile b/sys/arch/socppc/stand/boot/Makefile index e20ffc4413e..da255a925ba 100644 --- a/sys/arch/socppc/stand/boot/Makefile +++ b/sys/arch/socppc/stand/boot/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 2008/05/28 21:40:55 miod Exp $ +# $OpenBSD: Makefile,v 1.5 2008/06/09 15:01:56 deraadt Exp $ + +.include "${.CURDIR}/../Makefile.inc" MAN= boot.8 MLINKS= boot.8 boot.conf.5 diff --git a/sys/arch/socppc/stand/boot/boot.8 b/sys/arch/socppc/stand/boot/boot.8 index e6672ec49c4..30015f47929 100644 --- a/sys/arch/socppc/stand/boot/boot.8 +++ b/sys/arch/socppc/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.1 2008/05/28 21:40:55 miod Exp $ +.\" $OpenBSD: boot.8,v 1.2 2008/06/09 15:01:56 deraadt Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: May 28 2008 $ +.Dd $Mdocdate: June 9 2008 $ .Dt BOOT 8 socppc .Os .Sh NAME @@ -285,5 +285,5 @@ operating system is at http://www.gzip.org/zlib/. .Sh HISTORY This program was written by Michael Shalayeff for .Ox 2.1 -on the i386 platform, and was later ported to the armish socppc for +on the i386 platform, and was later ported to the socppc platform for .Ox 4.4 . diff --git a/sys/arch/socppc/stand/mkboot/Makefile b/sys/arch/socppc/stand/mkboot/Makefile index 5ca938d7c7e..c3e4e1b8e11 100644 --- a/sys/arch/socppc/stand/mkboot/Makefile +++ b/sys/arch/socppc/stand/mkboot/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2008/05/15 21:32:20 kettenis Exp $ +# $OpenBSD: Makefile,v 1.2 2008/06/09 15:01:56 deraadt Exp $ + +.include "${.CURDIR}/../Makefile.inc" MAN= mkboot.8 -MANSUBDIR=socppc .if ${MACHINE} == "socppc" PROG= mkboot |