diff options
Diffstat (limited to 'sys/arch/socppc/stand/boot/Makefile')
-rw-r--r-- | sys/arch/socppc/stand/boot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/socppc/stand/boot/Makefile b/sys/arch/socppc/stand/boot/Makefile index 4f68796b787..e20ffc4413e 100644 --- a/sys/arch/socppc/stand/boot/Makefile +++ b/sys/arch/socppc/stand/boot/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2008/05/16 18:57:01 kettenis Exp $ +# $OpenBSD: Makefile,v 1.4 2008/05/28 21:40:55 miod Exp $ -NOMAN= +MAN= boot.8 +MLINKS= boot.8 boot.conf.5 .if ${MACHINE} == "socppc" PROG= boot |