Home | History | Annotate | Line # | Download | only in amd64
Makefile revision 1.10
      1  1.10   martin #	$NetBSD: Makefile,v 1.10 2015/07/19 10:16:55 martin Exp $
      2  1.10   martin 
      3  1.10   martin .include <bsd.own.mk>
      4   1.1     fvdl 
      5   1.2  hubertf SUBDIR=
      6   1.2  hubertf SUBDIR+=	ramdisks
      7   1.2  hubertf SUBDIR+=	.WAIT
      8   1.2  hubertf SUBDIR+=	instkernel
      9  1.10   martin .if ${MKKMOD} != "no"
     10   1.5      jym SUBDIR+=	kmod
     11   1.7  khorben SUBDIR+=	kmod-cgdroot
     12  1.10   martin .endif
     13   1.2  hubertf SUBDIR+=	.WAIT
     14   1.3  hubertf SUBDIR+=	cdroms
     15   1.6  tsutsui SUBDIR+=	liveimage
     16   1.6  tsutsui SUBDIR+=	installimage
     17   1.4   bouyer TARGETS+=	release 
     18   1.4   bouyer 
     19   1.4   bouyer iso_image:
     20   1.4   bouyer 	${MAKEDIRTARGET} cdroms iso_image
     21   1.1     fvdl 
     22   1.6  tsutsui live_image:
     23   1.6  tsutsui 	${MAKEDIRTARGET} liveimage live_image
     24   1.6  tsutsui 
     25   1.6  tsutsui install_image:
     26   1.6  tsutsui 	${MAKEDIRTARGET} installimage install_image
     27   1.6  tsutsui 
     28   1.1     fvdl .include <bsd.subdir.mk>
     29