Fix previous; no need to echo dummy command.

This commit is contained in:
tsutsui 2012-11-17 17:58:59 +00:00
parent ec0ecb08a3
commit 2e3e0442cf
4 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:09 tsutsui Exp $
# $NetBSD: Makefile,v 1.3 2012/11/17 17:58:59 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= ffsv1
BOOTCPPFLAGS= -DSDBOOT
TOUCHPROG= true
TOUCHPROG= @true
.include "../Makefile.xxboot"

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:10 tsutsui Exp $
# $NetBSD: Makefile,v 1.3 2012/11/17 17:58:59 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= ffsv2
BOOTCPPFLAGS= -DSDBOOT
TOUCHPROG= true
TOUCHPROG= @true
.include "../Makefile.xxboot"

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:10 tsutsui Exp $
# $NetBSD: Makefile,v 1.3 2012/11/17 17:59:00 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= lfsv1
BOOTCPPFLAGS= -DSDBOOT
TOUCHPROG= true
TOUCHPROG= @true
.include "../Makefile.xxboot"

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.2 2012/11/17 17:51:10 tsutsui Exp $
# $NetBSD: Makefile,v 1.3 2012/11/17 17:59:00 tsutsui Exp $
DEV= xx
DEVDRV= xx
FS= lfsv2
BOOTCPPFLAGS= -DSDBOOT
TOUCHPROG= true
TOUCHPROG= @true
.include "../Makefile.xxboot"