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