Home | History | Annotate | Line # | Download | only in sun2
      1 #	$NetBSD: Makefile,v 1.11 2025/09/23 20:12:10 rillig Exp $
      2 
      3 SUBDIR=		ramdisk miniroot cdroms liveimage
      4 TARGETS+=	release
      5 
      6 .include <bsd.own.mk>
      7 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      8 
      9 release: check_RELEASEDIR .WAIT \
     10 	    ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \
     11 	    ${DESTDIR}/usr/mdec/tapeboot MakeBootTape MakeInstTape
     12 	${RELEASE_INSTALL} \
     13 	    ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \
     14 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
     15 	${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/tapeboot \
     16 	    ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \
     17 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/tapeimage
     18 
     19 iso_image: .MAKE
     20 	${MAKEDIRTARGET} cdroms iso_image
     21 
     22 live_image: .MAKE
     23 	${MAKEDIRTARGET} liveimage live_image
     24 
     25 .include <bsd.subdir.mk>
     26