diff options
Diffstat (limited to 'sys/arch/armish/stand/boot/Makefile')
-rw-r--r-- | sys/arch/armish/stand/boot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/armish/stand/boot/Makefile b/sys/arch/armish/stand/boot/Makefile index f9c63b4da0d..862370eb5db 100644 --- a/sys/arch/armish/stand/boot/Makefile +++ b/sys/arch/armish/stand/boot/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2007/11/25 18:25:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2008/05/28 21:36:11 miod Exp $ -NOMAN= +MAN= boot.8 +MLINKS= boot.8 boot.conf.5 .if ${MACHINE} == "armish" PROG= boot |