1 # $NetBSD: Makefile,v 1.8 2007/03/06 21:57:24 bouyer Exp $ 2 3 SUBDIR= ramdisk miniroot cdroms 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}/${MACHINE}/installation/netboot 15 ${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/tapeboot \ 16 ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \ 17 ${RELEASEDIR}/${MACHINE}/installation/tapeimage 18 19 iso_image: 20 ${MAKEDIRTARGET} cdroms iso_image 21 22 .include <bsd.subdir.mk> 23