Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.16
      1 #	$NetBSD: Makefile,v 1.16 2008/11/21 15:39:51 ad Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if ${MKMAN} != "no"
      6 SUBDIR=	notes .WAIT
      7 .endif
      8 
      9 .if exists(${MACHINE}/miniroot/Makefile.inc)
     10 SUBDIR+= miniroot .WAIT
     11 .endif
     12 
     13 .if exists(${RELEASEMACHINE}/Makefile)
     14 SUBDIR+= ${RELEASEMACHINE}
     15 .endif
     16 
     17 SUBDIR+= utils
     18 
     19 TARGETS+=release
     20 TARGETS+=iso_image
     21 
     22 .include <bsd.subdir.mk>
     23