Home | History | Annotate | Line # | Download | only in distrib
Makefile revision 1.16.8.1
      1  1.16.8.1    yamt #	$NetBSD: Makefile,v 1.16.8.1 2012/04/17 00:02:31 yamt Exp $
      2      1.13      cl 
      3      1.13      cl .include <bsd.own.mk>
      4       1.1    ross 
      5  1.16.8.1    yamt .if ${MKGROFF} != "no"
      6      1.11    matt SUBDIR=	notes .WAIT
      7      1.15   lukem .endif
      8       1.1    ross 
      9  1.16.8.1    yamt SUBDIR+= utils
     10  1.16.8.1    yamt 
     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.16.8.1    yamt TARGETS+=live_image
     22  1.16.8.1    yamt TARGETS+=install_image
     23       1.1    ross 
     24       1.1    ross .include <bsd.subdir.mk>
     25