diff options
author | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-11-13 08:25:43 +0000 |
---|---|---|
committer | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-11-13 08:25:43 +0000 |
commit | fa8dfc96dd45d4576de804847ddf1a23e0a1085c (patch) | |
tree | 21dc0008bdf731c4622fb005d4009d574a2425a5 /regress | |
parent | caec79a3ec4b23e65e857d0b3287567d789149db (diff) |
hook up unfdpassfail and ungc
Diffstat (limited to 'regress')
-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 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: |