summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-06-08 00:56:09 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-06-08 00:56:09 +0000
commit3216cd60fef5dc927cce03a72125035aecac75ce (patch)
tree190570285b202b62a9b6308de0894622c680627a /sys/arch/i386/stand
parentb3580857c03a54fe9d82db9a34c158dd5d7b2812 (diff)
MANSUBDIR is common for this whole dir
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/biosboot/Makefile3
-rw-r--r--sys/arch/i386/stand/boot/Makefile3
-rw-r--r--sys/arch/i386/stand/installboot/Makefile3
-rw-r--r--sys/arch/i386/stand/mbr/Makefile3
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile
index c28470c4086..c28d8f01c72 100644
--- a/sys/arch/i386/stand/biosboot/Makefile
+++ b/sys/arch/i386/stand/biosboot/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.19 2000/05/26 11:50:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.20 2000/06/08 00:56:07 mickey Exp $
MAN= biosboot.8
-MANSUBDIR=/i386
.if ${MACHINE} == "i386"
PROG= biosboot
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index b54ad5086c5..28b1734e956 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.27 2000/05/26 11:50:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.28 2000/06/08 00:56:07 mickey Exp $
.include "${.CURDIR}/../Makefile.inc"
MAN= boot.8
-MANSUBDIR=/i386
MLINKS= boot.8 boot.conf.8
.if ${MACHINE} == "i386"
diff --git a/sys/arch/i386/stand/installboot/Makefile b/sys/arch/i386/stand/installboot/Makefile
index f2e05dd9840..a1fb599ce4f 100644
--- a/sys/arch/i386/stand/installboot/Makefile
+++ b/sys/arch/i386/stand/installboot/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.8 2000/05/26 11:50:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2000/06/08 00:56:07 mickey Exp $
MAN= installboot.8
-MANSUBDIR=/i386
.if ${MACHINE} == "i386"
PROG= installboot
diff --git a/sys/arch/i386/stand/mbr/Makefile b/sys/arch/i386/stand/mbr/Makefile
index 5fbde2c84ae..6b390098dac 100644
--- a/sys/arch/i386/stand/mbr/Makefile
+++ b/sys/arch/i386/stand/mbr/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2000/05/25 21:55:01 deraadt Exp $
+# $OpenBSD: Makefile,v 1.13 2000/06/08 00:56:08 mickey Exp $
#
PROG= mbr
@@ -9,7 +9,6 @@ LDFLAGS=-nostdlib -Ttext 0 -x -N -s -Bstatic
NOMAN=
#MAN+= mbr.8
-#MANSUBDIR=/i386
INSTALL_STRIP=
SADIR=${.CURDIR}/..