From 40e07aba9103af972a7afe4f54c2414fcc3fe3d0 Mon Sep 17 00:00:00 2001 From: bluhm Date: Fri, 28 Jun 2024 21:36:05 +0000 Subject: [PATCH] Link regress unp-write-closed to build. --- regress/sys/kern/Makefile | 4 ++-- 1 file 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 -- 2.20.1