Home | History | Annotate | Line # | Download | only in acorn32
Makefile revision 1.16
      1 # $NetBSD: Makefile,v 1.16 2002/07/10 11:33:21 reinoud 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 
     13 .include <bsd.subdir.mk>
     14