artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e497864
)
Unhook vmd for i386
author
kn
<kn@openbsd.org>
Sat, 20 Aug 2022 11:10:50 +0000
(11:10 +0000)
committer
kn
<kn@openbsd.org>
Sat, 20 Aug 2022 11:10:50 +0000
(11:10 +0000)
OK sthen
regress/usr.sbin/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/Makefile
b/regress/usr.sbin/Makefile
index
0e62109
..
e13fc0a
100644
(file)
--- a/
regress/usr.sbin/Makefile
+++ b/
regress/usr.sbin/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.2
6 2021/11/11 10:03:54 claudio
Exp $
+# $OpenBSD: Makefile,v 1.2
7 2022/08/20 11:10:50 kn
Exp $
SUBDIR += acme-client
SUBDIR += arp
@@
-16,7
+16,7
@@
SUBDIR += rpki-client
SUBDIR += snmpd
SUBDIR += syslogd
-.if ${MACHINE} == "amd64"
|| ${MACHINE} == "i386"
+.if ${MACHINE} == "amd64"
SUBDIR += vmd
.endif