2002-07-25 04:35:33 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 2002/07/25 00:35:33 matt Exp $
|
1998-05-02 11:40:23 +04:00
|
|
|
|
2002-07-25 04:35:33 +04:00
|
|
|
SUBDIR= notes .WAIT
|
1998-05-02 11:40:23 +04:00
|
|
|
|
2002-03-06 16:32:51 +03:00
|
|
|
.if exists(${MACHINE}/miniroot/Makefile.inc)
|
2002-05-09 15:26:50 +04:00
|
|
|
SUBDIR+= miniroot .WAIT
|
1998-05-02 11:40:23 +04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if exists(${MACHINE}/Makefile)
|
|
|
|
SUBDIR+= ${MACHINE}
|
|
|
|
.endif
|
|
|
|
|
2002-07-23 14:43:50 +04:00
|
|
|
TARGETS+=release
|
|
|
|
|
1998-05-02 11:40:23 +04:00
|
|
|
.include <bsd.subdir.mk>
|