diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 21:55:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 21:55:10 +0000 |
commit | fe5846e3848b06916e3ea6dad5df5136996faeef (patch) | |
tree | e5e1e508c7b16df9793392bc136e8ab03710df68 /sys/arch/hp300 | |
parent | b1ea89b78a761c8dbf0a9e0832aeff2c5b5f384d (diff) |
cause traversal into arch & subdirectories for the purposes of manual page install...
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/stand/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hp300/stand/Makefile b/sys/arch/hp300/stand/Makefile index 45d5dd07384..5fb8612fa55 100644 --- a/sys/arch/hp300/stand/Makefile +++ b/sys/arch/hp300/stand/Makefile @@ -1,6 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 1999/08/16 09:48:16 downsj Exp $ +# $OpenBSD: Makefile,v 1.17 2000/05/25 21:54:43 deraadt Exp $ # $NetBSD: Makefile,v 1.23 1997/02/04 03:51:37 thorpej Exp $ +.if ${MACHINE} == "hp300" SUBDIR= libsa libsaz libkern libz common mkboot uboot cdboot installboot +.endif .include <bsd.subdir.mk> |