diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/stand/biosboot/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/installboot/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/mbr/Makefile | 3 |
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}/.. |