artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b6360c
)
hookup execpromise
author
florian
<florian@openbsd.org>
Sat, 16 Dec 2017 11:01:34 +0000
(11:01 +0000)
committer
florian
<florian@openbsd.org>
Sat, 16 Dec 2017 11:01:34 +0000
(11:01 +0000)
regress/sys/kern/pledge/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/kern/pledge/Makefile
b/regress/sys/kern/pledge/Makefile
index
322c3e4
..
c7ef336
100644
(file)
--- a/
regress/sys/kern/pledge/Makefile
+++ b/
regress/sys/kern/pledge/Makefile
@@
-1,9
+1,10
@@
-# $OpenBSD: Makefile,v 1.
7 2017/04/12 13:14:08 bluhm
Exp $
+# $OpenBSD: Makefile,v 1.
8 2017/12/16 11:01:34 florian
Exp $
SUBDIR += sigabrt
SUBDIR += generic
SUBDIR += ioctl
SUBDIR += sendrecvfd
SUBDIR += sockopt
+SUBDIR += execpromise
.include <bsd.subdir.mk>