diff options
author | 2018-05-21 19:58:16 +0000 | |
---|---|---|
committer | 2018-05-21 19:58:16 +0000 | |
commit | 2c939ab16b2486ca9ddcbcfbe888dbffc255459d (patch) | |
tree | 3f7ca92921c9f6536db7ce58a6164bc5ab7b427b | |
parent | Add --localize-hidden option to objcopy. (diff) | |
download | wireguard-openbsd-2c939ab16b2486ca9ddcbcfbe888dbffc255459d.tar.xz wireguard-openbsd-2c939ab16b2486ca9ddcbcfbe888dbffc255459d.zip |
Use loopback interfaces 100-103 instead of 1-3, with the hopes of getting it run
on bluhm@'s regress machine.
-rw-r--r-- | regress/usr.sbin/rebound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/rebound/Makefile b/regress/usr.sbin/rebound/Makefile index 2c738c2c972..64b3cf15dd9 100644 --- a/regress/usr.sbin/rebound/Makefile +++ b/regress/usr.sbin/rebound/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2018/05/09 19:34:53 anton Exp $ +# $OpenBSD: Makefile,v 1.2 2018/05/21 19:58:16 anton Exp $ REBOUND= /usr/sbin/rebound @@ -8,7 +8,7 @@ CFLAGS+= -Wall -Wextra # IP address prefix. PREFIX= 172.16.0 # IP address suffixes. -IFS= 1 2 3 +IFS= 100 102 103 .if ! (make(clean) || make(cleandir) || make(obj) || make(rebound-ns)) PREREQ1!= for v in ${IFS}; do \ |