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/stand/boot | |
parent | 2e8daf060b01c59cc604b64bd9023fc20f16d7d3 (diff) |
install into man8/arch subdirs
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 3 |
1 files changed, 2 insertions, 1 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}/.. |