From 29f364076e27f4973a743eeafcc31131f933a4a5 Mon Sep 17 00:00:00 2001 From: nathanw Date: Tue, 28 May 2002 21:02:03 +0000 Subject: [PATCH] Don't descend into stand; it is being deprecated in favor of sun68k/stand. --- sys/arch/sun3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun3/Makefile b/sys/arch/sun3/Makefile index 0de67e1f7897..c6302bd26771 100644 --- a/sys/arch/sun3/Makefile +++ b/sys/arch/sun3/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.3 1998/06/12 23:22:45 cgd Exp $ +# $NetBSD: Makefile,v 1.4 2002/05/28 21:02:03 nathanw Exp $ -SUBDIR= include stand +SUBDIR= include .include