Home | History | Annotate | Line # | Download | only in acorn32
Makefile revision 1.15
      1 # $NetBSD: Makefile,v 1.15 2002/05/09 20:22:26 jdolecek Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 SUBDIR=		ramdisk .WAIT kernels stand
      7 TARGETS+=	release
      8 
      9 release: check_RELEASEDIR
     10 	${RELEASE_INSTALL} ${DISTRIBDIR}/notes/acorn32/prep.RISCOS \
     11 		    ${RELEASEDIR}/
     12 	uudecode < ${.CURDIR}/gzip_ff8.bin.uue && \
     13 		mv -f gzip_ff8.bin ${RELEASEDIR}/installation/misc/
     14 
     15 .include <bsd.subdir.mk>
     16