Make this traverse into subdirectories properly.
This commit is contained in:
parent
4044b5a41c
commit
7ab88fa264
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue