summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-25 20:32:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-25 20:32:58 +0000
commit32460e88aa69e16773b2b86e4a76c11fe04cad8f (patch)
tree9063bd65c275b5d1e4f34a01129ebf65497bea40 /sys
parent24b8451b742e73055dcbcc5b1325258d657750cc (diff)
man subdir
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/stand/boot/Makefile4
-rw-r--r--sys/arch/i386/stand/installboot/Makefile3
-rw-r--r--sys/arch/i386/stand/mbr/Makefile4
3 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index 3456d558b01..b218dadbd7d 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.24 1999/07/08 20:11:53 deraadt Exp $
+# $OpenBSD: Makefile,v 1.25 2000/05/25 20:32:50 deraadt Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -18,7 +18,7 @@ SRCS= srt0.S
SRCS+= boot.c cmd.c vars.c bootarg.c conf.c
MAN= boot.8
-MANSUBDIR=/i386
+MANSUBDIR=i386
MLINKS= boot.8 boot.conf.8
S =${.CURDIR}/../../../..
SADIR= ${.CURDIR}/..
diff --git a/sys/arch/i386/stand/installboot/Makefile b/sys/arch/i386/stand/installboot/Makefile
index eaaea1307fa..e52323c5e06 100644
--- a/sys/arch/i386/stand/installboot/Makefile
+++ b/sys/arch/i386/stand/installboot/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 1997/08/29 22:28:22 mickey Exp $
+# $OpenBSD: Makefile,v 1.6 2000/05/25 20:32:57 deraadt Exp $
PROG= installboot
MAN= installboot.8
+MANSUBDIR=i386
LDADD= -lutil
DPADD= ${LIBUTIL}
diff --git a/sys/arch/i386/stand/mbr/Makefile b/sys/arch/i386/stand/mbr/Makefile
index e15897c9563..a5a9fc7680b 100644
--- a/sys/arch/i386/stand/mbr/Makefile
+++ b/sys/arch/i386/stand/mbr/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 1999/07/08 22:49:25 deraadt Exp $
+# $OpenBSD: Makefile,v 1.11 2000/05/25 20:32:57 deraadt Exp $
#
PROG= mbr
@@ -9,7 +9,7 @@ LDFLAGS=-nostdlib -Ttext 0 -x -N -s -Bstatic
NOMAN=
#MAN+= mbr.8
-#MANSUBDIR=/i386
+#MANSUBDIR=i386
INSTALL_STRIP=
SADIR=${.CURDIR}/..