Home | History | Annotate | Line # | Download | only in alpha
Makefile revision 1.23
      1  1.23    matt #	$NetBSD: Makefile,v 1.23 2008/06/23 02:16:53 matt Exp $
      2   1.5     cjs 
      3  1.15   lukem .include <bsd.own.mk>
      4  1.20   lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5   1.1    ross 
      6  1.22  bouyer SUBDIR=		instkernel cdroms # floppy-GENERIC
      7  1.20   lukem TARGETS+=	release
      8   1.2    ross 
      9  1.20   lukem release: check_RELEASEDIR .WAIT README.files
     10  1.20   lukem .for i in floppy diskimage instkernel
     11  1.21   lukem 	${RELEASE_INSTALL} ${.CURDIR}/README.files \
     12  1.23    matt 	    ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/$i
     13   1.2    ross .endfor
     14   1.1    ross 
     15  1.22  bouyer iso_image:
     16  1.22  bouyer 	${MAKEDIRTARGET} cdroms iso_image
     17  1.22  bouyer 
     18   1.1    ross .include <bsd.subdir.mk>
     19