diff options
author | 2017-10-11 12:07:23 +0000 | |
---|---|---|
committer | 2017-10-11 12:07:23 +0000 | |
commit | f9ae645f1760dc05b88c9351bad6ce985cf7b20f (patch) | |
tree | 5da8eaddee9c85f7058f7597b4f486f3a0e6e342 | |
parent | Add regression tests for vmd(8) config parsing. (diff) | |
download | wireguard-openbsd-f9ae645f1760dc05b88c9351bad6ce985cf7b20f.tar.xz wireguard-openbsd-f9ae645f1760dc05b88c9351bad6ce985cf7b20f.zip |
Link vmd regress to build on amd64 and i386.
-rw-r--r-- | regress/usr.sbin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index 3912e794d4d..8ab1e1bd1eb 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2017/10/05 08:20:01 phessler Exp $ +# $OpenBSD: Makefile,v 1.17 2017/10/11 12:07:23 bluhm Exp $ SUBDIR += acme-client SUBDIR += arp @@ -13,6 +13,10 @@ SUBDIR += snmpd SUBDIR += switchd SUBDIR += syslogd +.if ${MACHINE} == "amd64" || ${MACHINE} == "i386" +SUBDIR += vmd +.endif + .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR += pkg_add .endif |