1 # $NetBSD: Makefile,v 1.3 2002/04/22 21:17:48 fredette Exp $ 2 3 SUBDIR= ramdisk miniroot 4 TARGETS= all release 5 6 release: 7 -mkdir -p ${RELEASEDIR}/installation/netboot 8 cp -p ${DESTDIR}/usr/mdec/bootyy \ 9 ${RELEASEDIR}/installation/netboot/ 10 cp -p ${DESTDIR}/usr/mdec/netboot \ 11 ${RELEASEDIR}/installation/netboot/ 12 -mkdir -p ${RELEASEDIR}/installation/tapeimage 13 cp -p ${DESTDIR}/usr/mdec/tapeboot \ 14 ${RELEASEDIR}/installation/tapeimage/ 15 cp -p ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \ 16 ${RELEASEDIR}/installation/tapeimage/ 17 18 .include <bsd.subdir.mk> 19