summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@cvs.openbsd.org>2021-11-13 08:25:43 +0000
committerAnton Lindqvist <anton@cvs.openbsd.org>2021-11-13 08:25:43 +0000
commitfa8dfc96dd45d4576de804847ddf1a23e0a1085c (patch)
tree21dc0008bdf731c4622fb005d4009d574a2425a5 /regress
parentcaec79a3ec4b23e65e857d0b3287567d789149db (diff)
hook up unfdpassfail and ungc
Diffstat (limited to 'regress')
-rw-r--r--regress/sys/kern/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/Makefile b/regress/sys/kern/Makefile
index dc413749f62..573ddbf4608 100644
--- a/regress/sys/kern/Makefile
+++ b/regress/sys/kern/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.90 2021/10/29 13:13:20 mpi Exp $
+# $OpenBSD: Makefile,v 1.91 2021/11/13 08:25:42 anton Exp $
SUBDIR+= __syscall
SUBDIR+= accept access
@@ -22,7 +22,7 @@ SUBDIR+= setuid
.endif
SUBDIR+= signal sosplice stackjmp stackpivot syscall syscall_segment
SUBDIR+= sysvmsg sysvsem sysvshm
-SUBDIR+= unalign unfdpass unixsock unveil unveil-unmount
+SUBDIR+= unalign unfdpass unfdpassfail ungc unixsock unveil unveil-unmount
SUBDIR+= wait
install: