diff --git a/distrib/bebox/floppies/Makefile.inc b/distrib/bebox/floppies/Makefile.inc index 715f3df531d6..cdd02a38ad63 100644 --- a/distrib/bebox/floppies/Makefile.inc +++ b/distrib/bebox/floppies/Makefile.inc @@ -1,9 +1,3 @@ -# $NetBSD: Makefile.inc,v 1.3 2002/04/10 15:05:41 lukem Exp $ - -.include "../../../Makefile.inc" - -# REV is revision without dots, as in "12C" -# VER is revision with dots, as in "1.2C" -REV!=sh ${_SRC_TOP_}/sys/conf/osrelease.sh -s -VER!=sh ${_SRC_TOP_}/sys/conf/osrelease.sh +# $NetBSD: Makefile.inc,v 1.4 2002/04/26 15:25:33 lukem Exp $ +.include "../../Makefile.inc" diff --git a/distrib/bebox/floppies/ramdisk/Makefile b/distrib/bebox/floppies/ramdisk/Makefile index acfbcd4944f2..34ab1ab52899 100644 --- a/distrib/bebox/floppies/ramdisk/Makefile +++ b/distrib/bebox/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/10/13 06:15:16 jmc Exp $ +# $NetBSD: Makefile,v 1.9 2002/04/26 15:25:34 lukem Exp $ TOP= ${.CURDIR}/.. @@ -30,13 +30,13 @@ MTREE?= mtree DISKTYPE= floppy3 install.sh: install.tmpl - sed "s/@@VERSION@@/${VER}/" < ${.ALLSRC} > ${.TARGET} + sed "s/@@VERSION@@/${DISTRIBVER}/" < ${.ALLSRC} > ${.TARGET} upgrade.sh: upgrade.tmpl - sed "s/@@VERSION@@/${VER}/" < ${.ALLSRC} > ${.TARGET} + sed "s/@@VERSION@@/${DISTRIBVER}/" < ${.ALLSRC} > ${.TARGET} start.sh: start.tmpl - sed "s/@@VERSION@@/${VER}/" < ${.ALLSRC} > ${.TARGET} + sed "s/@@VERSION@@/${DISTRIBVER}/" < ${.ALLSRC} > ${.TARGET} all: ${AUXTARGETS} ${CBIN} dd if=/dev/zero of=${IMAGE} count=3074