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/vax/stand | |
parent | b1ea89b78a761c8dbf0a9e0832aeff2c5b5f384d (diff) |
cause traversal into arch & subdirectories for the purposes of manual page install...
Diffstat (limited to 'sys/arch/vax/stand')
-rw-r--r-- | sys/arch/vax/stand/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/vax/stand/Makefile b/sys/arch/vax/stand/Makefile index 50a4c81d7c4..d3fd0817120 100644 --- a/sys/arch/vax/stand/Makefile +++ b/sys/arch/vax/stand/Makefile @@ -1,6 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2000/04/27 02:26:18 bjc Exp $ +# $OpenBSD: Makefile,v 1.12 2000/05/25 21:55:09 deraadt Exp $ # $NetBSD: Makefile,v 1.21 1999/03/06 16:36:04 ragge Exp $ # +.if ${MACHINE} == "vax" SUBDIR= boot xxboot +.endif + .include <bsd.subdir.mk> |