summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/sys/Makefile')
-rw-r--r--src/regress/lib/libc/sys/Makefile3
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
69PROGS += t_truncate 69PROGS += t_truncate
70PROGS += t_umask t_unlink 70PROGS += t_umask t_unlink
71PROGS += t_vfork 71PROGS += t_vfork
72PROGS += t_waitid
72PROGS += t_wait_noproc 73PROGS += t_wait_noproc
73PROGS += t_wait_noproc_wnohang 74PROGS += t_wait_noproc_wnohang
74PROGS += t_write 75PROGS += t_write