From b244b21b9048dc30cae1bb2c2a3cfda7ca05855a Mon Sep 17 00:00:00 2001 From: tholo Date: Sun, 4 May 1997 03:05:40 +0000 Subject: [PATCH] Propagate release into install script --- distrib/i386/floppies/ramdisk/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/i386/floppies/ramdisk/Makefile.inc b/distrib/i386/floppies/ramdisk/Makefile.inc index 0c4644dc7ed..a2eb1ef363c 100644 --- a/distrib/i386/floppies/ramdisk/Makefile.inc +++ b/distrib/i386/floppies/ramdisk/Makefile.inc @@ -1,5 +1,5 @@ # -# $OpenBSD: Makefile.inc,v 1.4 1997/04/17 02:10:44 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1997/05/04 03:05:40 tholo Exp $ # # TOP is assumed to be defined by Makefile including this one. @@ -22,7 +22,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c do_files: mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ - TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS} + REV=${REV} TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS} clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c \ -- 2.20.1