diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-10-11 12:07:24 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-10-11 12:07:24 +0000 |
commit | 1c5fcbe78a04d48986a6ec9f714714e8e10dbab7 (patch) | |
tree | b6e442d1f7860fbabee45334fe3aaae79aa79c14 /regress | |
parent | 48d3ffbf1f7bac4f7e19cde2febdafb917d1cfa2 (diff) |
Link vmd regress to build on amd64 and i386.
Diffstat (limited to 'regress')
-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 |