artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2fdc45
)
Link acme-client, ldapd, switchd regress to build.
author
bluhm
<bluhm@openbsd.org>
Sun, 25 Jun 2017 22:07:55 +0000
(22:07 +0000)
committer
bluhm
<bluhm@openbsd.org>
Sun, 25 Jun 2017 22:07:55 +0000
(22:07 +0000)
regress/usr.sbin/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/Makefile
b/regress/usr.sbin/Makefile
index
3852d0e
..
8277800
100644
(file)
--- a/
regress/usr.sbin/Makefile
+++ b/
regress/usr.sbin/Makefile
@@
-1,11
+1,13
@@
-# $OpenBSD: Makefile,v 1.1
3 2016/09/05 09:55:18 deraadt
Exp $
+# $OpenBSD: Makefile,v 1.1
4 2017/06/25 22:07:55 bluhm
Exp $
+SUBDIR += acme-client
SUBDIR += arp
SUBDIR += httpd
-
#
SUBDIR += ldapd
+SUBDIR += ldapd
SUBDIR += mtree
SUBDIR += ospfd
SUBDIR += relayd
+SUBDIR += switchd
SUBDIR += syslogd
.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)