diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-06-28 21:36:06 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2024-06-28 21:36:06 +0000 |
commit | 2bb0b1c6783c4123f88a714597011c82ebcbd955 (patch) | |
tree | 8a5c48cff004f9ba9294294a7064c58e6db9957c /regress/sys | |
parent | 8161b0f76796f674918b6f35b1edb029de9e792d (diff) |
Link regress unp-write-closed to build.
Diffstat (limited to 'regress/sys')
-rw-r--r-- | regress/sys/kern/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/Makefile b/regress/sys/kern/Makefile index f2f4ddc67db..a75bf1e46ce 100644 --- a/regress/sys/kern/Makefile +++ b/regress/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.105 2023/07/06 07:45:56 deraadt Exp $ +# $OpenBSD: Makefile,v 1.106 2024/06/28 21:36:05 bluhm Exp $ SUBDIR+= accept access SUBDIR+= bind @@ -22,7 +22,7 @@ SUBDIR+= setuid .endif SUBDIR+= signal sosplice stackjmp stackpivot syscall_segment SUBDIR+= sysvmsg sysvsem sysvshm -SUBDIR+= unalign unfdpass unixsockets unveil unveil-unmount +SUBDIR+= unalign unfdpass unixsockets unp-write-closed unveil unveil-unmount SUBDIR+= wait SUBDIR+= xonly |