diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-27 05:52:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-27 05:52:32 +0000 |
commit | e6c9f0bed0b41a0090a998c227ce156d9fa12351 (patch) | |
tree | 348cd9872ba84aaff757935767669787a9a4b580 /sys/arch/sparc/stand/Makefile | |
parent | 0dfdc26901de83ca76c87019a4207afee388b822 (diff) |
better man page building
Diffstat (limited to 'sys/arch/sparc/stand/Makefile')
-rw-r--r-- | sys/arch/sparc/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/Makefile b/sys/arch/sparc/stand/Makefile index b43dcbf7f8e..168ffeb97ff 100644 --- a/sys/arch/sparc/stand/Makefile +++ b/sys/arch/sparc/stand/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2000/05/25 21:55:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2000/05/27 05:52:31 deraadt Exp $ # $NetBSD: Makefile,v 1.15 1997/06/01 03:39:03 mrg Exp $ .if ${MACHINE} == "sparc" SUBDIR= libsa libkern libz boot bootxx binstall .endif -SUBDIR= installboot +SUBDIR+= installboot .include <bsd.subdir.mk> |