Propagate release into install script
authortholo <tholo@openbsd.org>
Sun, 4 May 1997 03:05:40 +0000 (03:05 +0000)
committertholo <tholo@openbsd.org>
Sun, 4 May 1997 03:05:40 +0000 (03:05 +0000)
distrib/i386/floppies/ramdisk/Makefile.inc

index 0c4644d..a2eb1ef 100644 (file)
@@ -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 \