Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2001/12/17 20:27:39 fredette Exp $ 2 3SUBDIR= ramdisk miniroot 4TARGETS= all release 5 6release: 7 -mkdir -p ${RELEASEDIR}/installation/netboot 8 cp -p ${DESTDIR}/usr/mdec/netboot \ 9 ${RELEASEDIR}/installation/netboot/ 10 -mkdir -p ${RELEASEDIR}/installation/tapeimage 11 cp -p ${DESTDIR}/usr/mdec/tapeboot \ 12 ${RELEASEDIR}/installation/tapeimage/ 13 cp -p ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \ 14 ${RELEASEDIR}/installation/tapeimage/ 15 16.include <bsd.subdir.mk> 17