diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-08 00:56:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-06-08 00:56:09 +0000 |
commit | 3216cd60fef5dc927cce03a72125035aecac75ce (patch) | |
tree | 190570285b202b62a9b6308de0894622c680627a /sys/arch/i386/stand/installboot | |
parent | b3580857c03a54fe9d82db9a34c158dd5d7b2812 (diff) |
MANSUBDIR is common for this whole dir
Diffstat (limited to 'sys/arch/i386/stand/installboot')
-rw-r--r-- | sys/arch/i386/stand/installboot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |