diff options
Diffstat (limited to 'sys/arch/luna88k/stand/boot/Makefile')
-rw-r--r-- | sys/arch/luna88k/stand/boot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |