summaryrefslogtreecommitdiff
path: root/regress/usr.sbin
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2018-10-31 19:59:38 +0000
committeranton <anton@cvs.openbsd.org>2018-10-31 19:59:38 +0000
commit73dc38baea3b765b40d8ed23f6b6d5580b3590c1 (patch)
tree9a6fbfece8f73fdb856b876abb69eef96dced0e2 /regress/usr.sbin
parentc1c824ab0f689b1840b36b189768c8abca1a52d4 (diff)
add missing echo call to cleanup target for consistency
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r--regress/usr.sbin/rebound/Makefile3
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