1 # $NetBSD: Makefile,v 1.5 2002/05/02 18:02:56 lukem Exp $ 2 3 SUBDIR= ramdisk miniroot 4 TARGETS+= release 5 6 release: check_RELEASEDIR .WAIT \ 7 ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \ 8 ${DESTDIR}/usr/mdec/tapeboot MakeBootTape MakeInstTape 9 ${RELEASE_INSTALL} \ 10 ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \ 11 ${RELEASEDIR}/installation/netboot 12 ${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/tapeboot \ 13 ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \ 14 ${RELEASEDIR}/installation/tapeimage 15 16 .include <bsd.subdir.mk> 17