From 7ab88fa2649139798739c562b86364e3a65d1af0 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 7 Apr 2000 17:33:34 +0000 Subject: [PATCH] Make this traverse into subdirectories properly. --- distrib/notes/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 952a3160dd10..dea8264dd1cf 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.13 2000/03/21 03:58:12 garbled Exp $ +# $NetBSD: Makefile,v 1.14 2000/04/07 17:33:34 thorpej Exp $ -TARGETS += release +TARGETS+= release .ifndef ALLNOTES -.if exists($MACHINE) -SUBDIR = ${MACHINE} +.if exists(${MACHINE}/Makefile) +SUBDIR= ${MACHINE} .endif .else -SUBDIR = alpha amiga arm32 atari hp300 i386 mac68k -SUBDIR+= mvme68k pc532 pmax sparc sun3 vax x68k +SUBDIR= alpha amiga arm32 atari hp300 i386 mac68k +SUBDIR+=mvme68k pc532 pmax sparc sun3 vax x68k .endif .include