From eeb91602a4a54054634e64a268d9dffd6a95996b Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 13 Jan 2023 15:49:26 +0000 Subject: [PATCH] put man page in the right place --- sys/arch/luna88k/stand/boot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/luna88k/stand/boot/Makefile b/sys/arch/luna88k/stand/boot/Makefile index cb483fa03dd..032d9ce407b 100644 --- a/sys/arch/luna88k/stand/boot/Makefile +++ b/sys/arch/luna88k/stand/boot/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2023/01/12 19:37:53 miod Exp $ +# $OpenBSD: Makefile,v 1.15 2023/01/13 15:49:26 deraadt Exp $ # $NetBSD: Makefile,v 1.9 2013/01/22 15:48:40 tsutsui Exp $ # @(#)Makefile 8.2 (Berkeley) 8/15/93 MAN?= boot.8 +MANSUBDIR=luna88k .if ${MACHINE} == "luna88k" PROG= boot -- 2.20.1