NetBSD/distrib/acorn32/Makefile
jdolecek 3ab693f2b3 Switch over to distrib/acorn32/stand/BtNetBSD. Note the created archive is now
BtNetBSD.tar.Z - we don't have zip in tree, and RICS OS SparkPlug
doesn't support tgz. Change discussed with Reinoud.

Use ${.CURDIR} for path to gzip_ff8.bin.uue, so that this would work
with objdirs.
2002-05-09 20:22:26 +00:00

16 lines
435 B
Makefile

# $NetBSD: Makefile,v 1.15 2002/05/09 20:22:26 jdolecek Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
SUBDIR= ramdisk .WAIT kernels stand
TARGETS+= release
release: check_RELEASEDIR
${RELEASE_INSTALL} ${DISTRIBDIR}/notes/acorn32/prep.RISCOS \
${RELEASEDIR}/
uudecode < ${.CURDIR}/gzip_ff8.bin.uue && \
mv -f gzip_ff8.bin ${RELEASEDIR}/installation/misc/
.include <bsd.subdir.mk>