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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile
index 93b977707a..e563279422 100644
--- a/src/regress/lib/libc/sys/Makefile
+++ b/src/regress/lib/libc/sys/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.15 2022/01/06 03:30:15 guenther Exp $ 1# $OpenBSD: Makefile,v 1.16 2022/09/11 20:51:44 mbuhl 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>
@@ -54,8 +54,10 @@ PROGS += t_pipe2
54PROGS += t_poll 54PROGS += t_poll
55PROGS += t_ppoll 55PROGS += t_ppoll
56PROGS += t_ptrace 56PROGS += t_ptrace
57PROGS += t_recvmmsg
57PROGS += t_revoke 58PROGS += t_revoke
58PROGS += t_select 59PROGS += t_select
60PROGS += t_sendmmsg
59PROGS += t_sendrecv 61PROGS += t_sendrecv
60PROGS += t_setrlimit 62PROGS += t_setrlimit
61PROGS += t_setuid 63PROGS += t_setuid