Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.17
      1  1.17     riz #	$NetBSD: Makefile,v 1.17 2012/01/04 03:43:34 riz Exp $
      2  1.13      cl 
      3  1.13      cl .include <bsd.own.mk>
      4   1.1    ross 
      5  1.15   lukem .if ${MKMAN} != "no"
      6  1.11    matt SUBDIR=	notes .WAIT
      7  1.15   lukem .endif
      8   1.1    ross 
      9  1.17     riz SUBDIR+= utils
     10  1.17     riz 
     11   1.5   lukem .if exists(${MACHINE}/miniroot/Makefile.inc)
     12   1.9   lukem SUBDIR+= miniroot .WAIT
     13   1.1    ross .endif
     14   1.1    ross 
     15  1.13      cl .if exists(${RELEASEMACHINE}/Makefile)
     16  1.13      cl SUBDIR+= ${RELEASEMACHINE}
     17   1.1    ross .endif
     18  1.10   lukem 
     19  1.10   lukem TARGETS+=release
     20  1.14  bouyer TARGETS+=iso_image
     21   1.1    ross 
     22   1.1    ross .include <bsd.subdir.mk>
     23