artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56167ff
)
Hook up installboot on amd64
author
kn
<kn@openbsd.org>
Wed, 24 Aug 2022 15:01:32 +0000
(15:01 +0000)
committer
kn
<kn@openbsd.org>
Wed, 24 Aug 2022 15:01:32 +0000
(15:01 +0000)
regress/usr.sbin/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/Makefile
b/regress/usr.sbin/Makefile
index
e13fc0a
..
d596d79
100644
(file)
--- a/
regress/usr.sbin/Makefile
+++ b/
regress/usr.sbin/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.2
7 2022/08/20 11:10:50
kn Exp $
+# $OpenBSD: Makefile,v 1.2
8 2022/08/24 15:01:32
kn Exp $
SUBDIR += acme-client
SUBDIR += arp
@@
-20,6
+20,10
@@
SUBDIR += syslogd
SUBDIR += vmd
.endif
+.if ${MACHINE} == "amd64"
+SUBDIR += installboot
+.endif
+
.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR += pkg_add
.endif