diff options
author | anton <anton@cvs.openbsd.org> | 2018-10-31 19:59:38 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2018-10-31 19:59:38 +0000 |
commit | 73dc38baea3b765b40d8ed23f6b6d5580b3590c1 (patch) | |
tree | 9a6fbfece8f73fdb856b876abb69eef96dced0e2 /regress/usr.sbin | |
parent | c1c824ab0f689b1840b36b189768c8abca1a52d4 (diff) |
add missing echo call to cleanup target for consistency
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/rebound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/rebound/Makefile b/regress/usr.sbin/rebound/Makefile index aca8abf0183..e82ed8bbf1a 100644 --- a/regress/usr.sbin/rebound/Makefile +++ b/regress/usr.sbin/rebound/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2018/10/09 07:15:24 anton Exp $ +# $OpenBSD: Makefile,v 1.4 2018/10/31 19:59:37 anton Exp $ REBOUND= /usr/sbin/rebound @@ -40,6 +40,7 @@ setup: rebound-ns REGRESS_CLEANUP= cleanup cleanup: + @echo '\n======== ${@} ========' .for i in ${IFS} -${SUDO} ifconfig lo${i} destroy .endfor |