diff options
Diffstat (limited to 'src/regress/lib/libc/sys/Makefile')
-rw-r--r-- | src/regress/lib/libc/sys/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile index e563279422..2fcba8ca91 100644 --- a/src/regress/lib/libc/sys/Makefile +++ b/src/regress/lib/libc/sys/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.16 2022/09/11 20:51:44 mbuhl Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2022/10/26 23:18:01 kettenis Exp $ |
2 | 2 | ||
3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> | 3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> |
4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> | 4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> |
@@ -69,6 +69,7 @@ PROGS += t_stat | |||
69 | PROGS += t_truncate | 69 | PROGS += t_truncate |
70 | PROGS += t_umask t_unlink | 70 | PROGS += t_umask t_unlink |
71 | PROGS += t_vfork | 71 | PROGS += t_vfork |
72 | PROGS += t_waitid | ||
72 | PROGS += t_wait_noproc | 73 | PROGS += t_wait_noproc |
73 | PROGS += t_wait_noproc_wnohang | 74 | PROGS += t_wait_noproc_wnohang |
74 | PROGS += t_write | 75 | PROGS += t_write |