diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 20:11:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 20:11:55 +0000 |
commit | c29c3cb59d4ed62d960d764d5d5c40a5c01293ac (patch) | |
tree | a4381807114a3ce0b62c626c38b43693a5613563 /sys/arch/i386 | |
parent | 2e8daf060b01c59cc604b64bd9023fc20f16d7d3 (diff) |
install into man8/arch subdirs
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/i386/stand/mbr/Makefile | 5 |
2 files changed, 6 insertions, 2 deletions
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}/../../../.. |