Make this traverse into subdirectories properly.

This commit is contained in:
thorpej 2000-04-07 17:33:34 +00:00
parent 4044b5a41c
commit 7ab88fa264
1 changed files with 6 additions and 6 deletions

View File

@ -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 <bsd.subdir.mk>