diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-04 03:05:41 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-04 03:05:41 +0000 |
commit | 641ac4b29d0d1e734c5501f3956b593c9ebc0a95 (patch) | |
tree | 6d765d62afb574ac128725ca17e469b12464942e /distrib/i386 | |
parent | 8a6e30998478ccc6d943a422b85e3c385e4985ae (diff) |
Propagate release into install script
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile.inc | 4 |
1 files 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 \ |