diff options
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index bc4ea18edfd..6f81bbe376a 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2005/07/30 14:32:46 millert Exp $ +# $OpenBSD: Makefile,v 1.33 2006/10/30 18:28:57 jmc Exp $ .include "${.CURDIR}/../Makefile.inc" MAN= boot.8 -MLINKS= boot.8 boot.conf.8 +MLINKS= boot.8 boot.conf.5 .if ${MACHINE} == "i386" PROG= boot |