NetBSD/distrib/x68k/floppies/inst/Makefile

25 lines
548 B
Makefile
Raw Normal View History

2001-11-14 03:58:48 +03:00
# $NetBSD: Makefile,v 1.9 2001/11/14 00:58:49 tv Exp $
.include <bsd.prog.mk>
2001-04-08 07:28:44 +04:00
.MAIN: all
realall: inst.fs.gz
all: realall
2001-11-14 03:58:48 +03:00
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk.sysinst && ${PRINTOBJDIR}
inst.fs.gz: inst.fs
gzip -9vc inst.fs > ${.TARGET}
CLEANFILES+= inst.fs.gz
inst.fs: ${RAMDISKDIR}/ramdisk.fs
cp ${RAMDISKDIR}/ramdisk.fs ${.TARGET}
CLEANFILES+= inst.fs
${RAMDISKDIR}/ramdisk.fs:
cd ${.CURDIR}/../ramdisk.sysinst ; ${MAKE}
release:
-mkdir -p ${RELEASEDIR}/installation/floppy
cp -p inst.fs inst.fs.gz ${RELEASEDIR}/installation/floppy