Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.14.16.1
      1 #	$NetBSD: Makefile,v 1.14.16.1 2008/09/18 04:41:08 wrstuden 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 .if make(obj)
     18 SUBDIR+= utils
     19 .endif
     20 
     21 TARGETS+=release
     22 TARGETS+=iso_image
     23 
     24 .include <bsd.subdir.mk>
     25