Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.14
      1  1.14    bouyer #	$NetBSD: Makefile,v 1.14 2007/03/06 21:56:47 bouyer Exp $
      2  1.13        cl 
      3  1.13        cl .include <bsd.own.mk>
      4   1.1      ross 
      5  1.11      matt SUBDIR=	notes .WAIT
      6   1.1      ross 
      7   1.5     lukem .if exists(${MACHINE}/miniroot/Makefile.inc)
      8   1.9     lukem SUBDIR+= miniroot .WAIT
      9   1.1      ross .endif
     10   1.1      ross 
     11  1.13        cl .if exists(${RELEASEMACHINE}/Makefile)
     12  1.13        cl SUBDIR+= ${RELEASEMACHINE}
     13   1.1      ross .endif
     14  1.10     lukem 
     15  1.12  christos .if make(obj)
     16  1.12  christos SUBDIR+= utils
     17  1.12  christos .endif
     18  1.12  christos 
     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