Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2002/04/26 02:54:59 lukem Exp $ 2 3SUBDIR= ramdisk miniroot 4TARGETS+= release 5 6release: 7 -mkdir -p ${RELEASEDIR}/installation/netboot 8 ${RELINSTALL} ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \ 9 ${RELEASEDIR}/installation/netboot 10 -mkdir -p ${RELEASEDIR}/installation/tapeimage 11 ${RELINSTALL} ${DESTDIR}/usr/mdec/tapeboot \ 12 ${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \ 13 ${RELEASEDIR}/installation/tapeimage 14 15.include <bsd.subdir.mk> 16