summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-08 20:11:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-07-08 20:11:55 +0000
commitc29c3cb59d4ed62d960d764d5d5c40a5c01293ac (patch)
treea4381807114a3ce0b62c626c38b43693a5613563 /sys
parent2e8daf060b01c59cc604b64bd9023fc20f16d7d3 (diff)
install into man8/arch subdirs
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/stand/boot/Makefile3
-rw-r--r--sys/arch/hp300/stand/isolif/Makefile3
-rw-r--r--sys/arch/hppa/stand/boot/Makefile3
-rw-r--r--sys/arch/hppa/stand/mkboot/Makefile3
-rw-r--r--sys/arch/i386/stand/boot/Makefile3
-rw-r--r--sys/arch/i386/stand/mbr/Makefile5
-rw-r--r--sys/arch/mvme68k/stand/installboot/Makefile2
-rw-r--r--sys/arch/mvme88k/stand/installboot/Makefile2
-rw-r--r--sys/arch/sparc/stand/installboot/Makefile3
-rw-r--r--sys/arch/sun3/stand/installboot/Makefile1
10 files changed, 21 insertions, 7 deletions
diff --git a/sys/arch/amiga/stand/boot/Makefile b/sys/arch/amiga/stand/boot/Makefile
index a1feee9bf6b..b8c9b938d54 100644
--- a/sys/arch/amiga/stand/boot/Makefile
+++ b/sys/arch/amiga/stand/boot/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 1999/04/05 15:32:16 espie Exp $
+# $OpenBSD: Makefile,v 1.5 1999/07/08 20:11:52 deraadt Exp $
NOPROG= installboot
MAN=installboot.8
+MANSUBDIR=/amiga
SUBDIR=aout2bb txlt libsa
diff --git a/sys/arch/hp300/stand/isolif/Makefile b/sys/arch/hp300/stand/isolif/Makefile
index 6afba2f2b08..be860a50a62 100644
--- a/sys/arch/hp300/stand/isolif/Makefile
+++ b/sys/arch/hp300/stand/isolif/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 1997/09/15 06:20:55 downsj Exp $
+# $OpenBSD: Makefile,v 1.2 1999/07/08 20:11:52 deraadt Exp $
PROG= isolif
MAN= isolif.8
+MANSUBDIR=/hp300
CFLAGS+= -I${.CURDIR}/../include
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile
index bd94b368b3b..1eb30a8e264 100644
--- a/sys/arch/hppa/stand/boot/Makefile
+++ b/sys/arch/hppa/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1999/04/20 20:08:27 mickey Exp $
+# $OpenBSD: Makefile,v 1.8 1999/07/08 20:11:52 deraadt Exp $
PROG= boot
SRCS= srt0.S boot.c cmd.c vars.c bootarg.c conf.c
@@ -7,6 +7,7 @@ LDFLAGS+=-Bstatic -nostartfiles -nostdlib -N -Ttext $(LINKADDR)
LDFLAGS+=-T ${.CURDIR}/ld.script -Map boot.map
SIZE?= size
MAN= boot.8
+MANSUBDIR=/hppa
MLINKS= boot.8 boot.conf.8
S =${.CURDIR}/../../../..
SADIR= ${.CURDIR}/..
diff --git a/sys/arch/hppa/stand/mkboot/Makefile b/sys/arch/hppa/stand/mkboot/Makefile
index d8a98a1633c..873d73bfbbe 100644
--- a/sys/arch/hppa/stand/mkboot/Makefile
+++ b/sys/arch/hppa/stand/mkboot/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.1 1998/06/23 18:46:43 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 1999/07/08 20:11:53 deraadt Exp $
PROG= mkboot
CC= ${HOSTCC}
CFLAGS+=-g
LDSTATIC= -static
MAN= mkboot.8
+MANSUBDIR=/hppa
S= ${.CURDIR}/../../../..
SADIR= ${.CURDIR)/..
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index d888bae01c1..3456d558b01 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.23 1998/07/11 21:13:55 angelos Exp $
+# $OpenBSD: Makefile,v 1.24 1999/07/08 20:11:53 deraadt Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -18,6 +18,7 @@ SRCS= srt0.S
SRCS+= boot.c cmd.c vars.c bootarg.c conf.c
MAN= boot.8
+MANSUBDIR=/i386
MLINKS= boot.8 boot.conf.8
S =${.CURDIR}/../../../..
SADIR= ${.CURDIR}/..
diff --git a/sys/arch/i386/stand/mbr/Makefile b/sys/arch/i386/stand/mbr/Makefile
index b9e08f9bac1..63007c23774 100644
--- a/sys/arch/i386/stand/mbr/Makefile
+++ b/sys/arch/i386/stand/mbr/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1998/05/28 20:52:42 mickey Exp $
+# $OpenBSD: Makefile,v 1.9 1999/07/08 20:11:53 deraadt Exp $
#
PROG= mbr
@@ -6,7 +6,10 @@ SRCS= mbr.S
AFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../.. #-Wa,-a
LD=ld
LDFLAGS=-nostdlib -Ttext 0 -x -N -s -Bstatic
+
MAN+= mbr.8
+MANSUBDIR=/i386
+
INSTALL_STRIP=
SADIR=${.CURDIR}/..
S= ${.CURDIR}/../../../..
diff --git a/sys/arch/mvme68k/stand/installboot/Makefile b/sys/arch/mvme68k/stand/installboot/Makefile
index 3dbe8bb1715..cf7ec2e29ce 100644
--- a/sys/arch/mvme68k/stand/installboot/Makefile
+++ b/sys/arch/mvme68k/stand/installboot/Makefile
@@ -2,6 +2,8 @@
PROG= installboot
MAN= installboot.8
+MANSUBDIR=/mvme68k
+
BINDIR=/usr/mdec
# Need this to work in the miniroot
diff --git a/sys/arch/mvme88k/stand/installboot/Makefile b/sys/arch/mvme88k/stand/installboot/Makefile
index d9ba6f51e6a..29d4fe138da 100644
--- a/sys/arch/mvme88k/stand/installboot/Makefile
+++ b/sys/arch/mvme88k/stand/installboot/Makefile
@@ -2,6 +2,8 @@
PROG= installboot
MAN= installboot.8
+MANSUBDIR=/mvme88k
+
BINDIR=/usr/mdec
DPADD= ${LIBUTIL}
LDADD= -lutil
diff --git a/sys/arch/sparc/stand/installboot/Makefile b/sys/arch/sparc/stand/installboot/Makefile
index 1d10bd31af3..c79f2c623e3 100644
--- a/sys/arch/sparc/stand/installboot/Makefile
+++ b/sys/arch/sparc/stand/installboot/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/17 10:46:21 downsj Exp $
+# $OpenBSD: Makefile,v 1.4 1999/07/08 20:11:54 deraadt Exp $
BINDIR= /usr/sbin
PROG= installboot
MAN= installboot.8
+MANSUBDIR=/sparc
.include <bsd.prog.mk>
diff --git a/sys/arch/sun3/stand/installboot/Makefile b/sys/arch/sun3/stand/installboot/Makefile
index 3dbe8bb1715..7187eae6ad6 100644
--- a/sys/arch/sun3/stand/installboot/Makefile
+++ b/sys/arch/sun3/stand/installboot/Makefile
@@ -3,6 +3,7 @@
PROG= installboot
MAN= installboot.8
BINDIR=/usr/mdec
+MANSUBDIR=/sun3
# Need this to work in the miniroot
LDSTATIC= -static