Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.13.10.1
      1 #	$NetBSD: Makefile,v 1.13.10.1 2007/03/09 06:59:46 riz Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR=	notes .WAIT
      6 
      7 .if exists(${MACHINE}/miniroot/Makefile.inc)
      8 SUBDIR+= miniroot .WAIT
      9 .endif
     10 
     11 .if exists(${RELEASEMACHINE}/Makefile)
     12 SUBDIR+= ${RELEASEMACHINE}
     13 .endif
     14 
     15 .if make(obj)
     16 SUBDIR+= utils
     17 .endif
     18 
     19 TARGETS+=release
     20 TARGETS+=iso_image
     21 
     22 .include <bsd.subdir.mk>
     23