diff options
Diffstat (limited to 'sys/arch/zaurus/stand/zboot/Makefile')
-rw-r--r-- | sys/arch/zaurus/stand/zboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/zaurus/stand/zboot/Makefile b/sys/arch/zaurus/stand/zboot/Makefile index c90bd093265..52557bfe3ee 100644 --- a/sys/arch/zaurus/stand/zboot/Makefile +++ b/sys/arch/zaurus/stand/zboot/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2005/04/19 23:09:40 uwe Exp $ +# $OpenBSD: Makefile,v 1.4 2005/04/26 19:20:21 deraadt Exp $ MAN= boot.8 +MANSUBDIR=zaurus MLINKS= boot.8 boot.conf.8 .if ${MACHINE} == "zaurus" |