diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-26 19:20:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-26 19:20:22 +0000 |
commit | fd509c54799ec2d24f2d9690042652da5bc867fb (patch) | |
tree | a8933cd4ff9259b8dccfebbbf5def17eb872698e /sys/arch/zaurus | |
parent | d669b9c099b3498104979d2183aad2dbfda075da (diff) |
install in zaurus MANSUBDIR
Diffstat (limited to 'sys/arch/zaurus')
-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" |