1 1.21 lukem # $NetBSD: Makefile,v 1.21 2003/01/03 15:34:31 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.21 lukem ${RELEASE_INSTALL} ${.CURDIR}/README.files \ 12 1.21 lukem ${RELEASEDIR}/${MACHINE}/installation/$i 13 1.2 ross .endfor 14 1.1 ross 15 1.1 ross .include <bsd.subdir.mk> 16