Home | History | Annotate | Line # | Download | only in alpha
Makefile revision 1.20
      1  1.20  lukem #	$NetBSD: Makefile,v 1.20 2002/05/02 18:02:18 lukem 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.15  lukem SUBDIR=		instkernel	# 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.20  lukem 	${RELEASE_INSTALL} ${.CURDIR}/README.files ${RELEASEDIR}/installation/$i
     12   1.2   ross .endfor
     13   1.1   ross 
     14   1.1   ross .include <bsd.subdir.mk>
     15