NetBSD/distrib/amiga/stand/Makefile
is 1719c90222 Only provide uncompressed tools, so that they can be run directly
from CD-ROM, and buggy CD-ROM file systems aren't confused by two
tools with the same prefix.
2006-01-18 13:19:01 +00:00

22 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/01/18 13:19:01 is Exp $
#
MISC_FILES= runbootblock.README
UUDECODE_FILES= device-streams.tar.gz \
loadbsd loadbsd-2.14 loadbsd-2.16 \
rdbinfo runbootblock xstreamtodev
.include <bsd.files.mk>
.include <bsd.hostprog.mk>
release: check_RELEASEDIR .WAIT ${MISC_FILES} ${UUDECODE_FILES}
${_MKMSG_INSTALL} ${MISC_FILES}
cd ${.CURDIR} && \
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${MISC_FILES} \
${RELEASEDIR}/${MACHINE}/installation/misc
${_MKMSG_INSTALL} ${UUDECODE_FILES}
cd ${.OBJDIR} && \
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${UUDECODE_FILES} \
${RELEASEDIR}/${MACHINE}/installation/misc