From fee34ab92e5ef97ece0670a3e76d47a8884ff4de Mon Sep 17 00:00:00 2001 From: garbled Date: Tue, 21 Mar 2000 03:58:12 +0000 Subject: [PATCH] Stop this make from descending into directories that don't exist yet. --- distrib/notes/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index ad85c13e46bd..952a3160dd10 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.12 1999/06/30 18:23:02 ross Exp $ +# $NetBSD: Makefile,v 1.13 2000/03/21 03:58:12 garbled Exp $ TARGETS += release .ifndef ALLNOTES +.if exists($MACHINE) SUBDIR = ${MACHINE} +.endif .else SUBDIR = alpha amiga arm32 atari hp300 i386 mac68k SUBDIR+= mvme68k pc532 pmax sparc sun3 vax x68k