Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.16
      1  1.16        ad #	$NetBSD: Makefile,v 1.16 2008/11/21 15:39:51 ad 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.5     lukem .if exists(${MACHINE}/miniroot/Makefile.inc)
     10   1.9     lukem SUBDIR+= miniroot .WAIT
     11   1.1      ross .endif
     12   1.1      ross 
     13  1.13        cl .if exists(${RELEASEMACHINE}/Makefile)
     14  1.13        cl SUBDIR+= ${RELEASEMACHINE}
     15   1.1      ross .endif
     16  1.10     lukem 
     17  1.12  christos SUBDIR+= utils
     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