artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33aca14
)
add missing sudo
author
anton
<anton@openbsd.org>
Tue, 5 Oct 2021 17:41:31 +0000
(17:41 +0000)
committer
anton
<anton@openbsd.org>
Tue, 5 Oct 2021 17:41:31 +0000
(17:41 +0000)
regress/usr.sbin/ldapd/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/ldapd/Makefile
b/regress/usr.sbin/ldapd/Makefile
index
9e78ac2
..
228add3
100644
(file)
--- a/
regress/usr.sbin/ldapd/Makefile
+++ b/
regress/usr.sbin/ldapd/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
0 2020/01/11 11:40:46 espie
Exp $
+# $OpenBSD: Makefile,v 1.1
1 2021/10/05 17:41:31 anton
Exp $
OUT=${.CURDIR}/out
DIT=dc=example,dc=com
@@
-28,6
+28,7
@@
regress:
.endif
REGRESS_TARGETS = connect import perl purge #cpan
+REGRESS_ROOT_TARGETS = ${REGRESS_TARGETS}
bootstrap:
@[ -z "${SUDO}" ] || ${SUDO} true