Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.13
      1 #	$NetBSD: Makefile,v 1.13 2004/05/12 16:56:41 cl 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 
     21 .include <bsd.subdir.mk>
     22