Home | History | Annotate | Line # | Download | only in sun3
Makefile revision 1.10.18.1
      1  1.10.18.1    yamt #	$NetBSD: Makefile,v 1.10.18.1 2012/04/17 00:02:48 yamt Exp $
      2        1.1     gwr 
      3  1.10.18.1    yamt SUBDIR=		ramdisk miniroot .WAIT cdroms liveimage
      4        1.6   lukem TARGETS+=	release
      5        1.3     gwr 
      6        1.7   lukem .include <bsd.own.mk>
      7        1.7   lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      8        1.7   lukem 
      9        1.6   lukem release: check_RELEASEDIR .WAIT \
     10        1.6   lukem 	    ${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \
     11        1.6   lukem 	    MakeBootTape MakeInstTape
     12        1.7   lukem 	${RELEASE_INSTALL} \
     13        1.7   lukem 	    ${DESTDIR}/usr/mdec/netboot \
     14       1.10    matt 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
     15        1.7   lukem 	${RELEASE_INSTALL} \
     16        1.7   lukem 	    ${DESTDIR}/usr/mdec/tapeboot \
     17       1.10    matt 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/tapeimage
     18        1.7   lukem 	${RELEASE_INSTALL} \
     19        1.7   lukem 	    ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \
     20       1.10    matt 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/tapeimage
     21        1.1     gwr 
     22        1.9  bouyer iso_image:
     23        1.9  bouyer 	${MAKEDIRTARGET} cdroms iso_image
     24        1.9  bouyer 
     25  1.10.18.1    yamt live_image:
     26  1.10.18.1    yamt 	${MAKEDIRTARGET} liveimage live_image
     27  1.10.18.1    yamt 
     28        1.1     gwr .include <bsd.subdir.mk>
     29