diff options
Diffstat (limited to 'src/regress/lib/libc/sys/Makefile')
-rw-r--r-- | src/regress/lib/libc/sys/Makefile | 4 |
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 | |||
54 | PROGS += t_poll | 54 | PROGS += t_poll |
55 | PROGS += t_ppoll | 55 | PROGS += t_ppoll |
56 | PROGS += t_ptrace | 56 | PROGS += t_ptrace |
57 | PROGS += t_recvmmsg | ||
57 | PROGS += t_revoke | 58 | PROGS += t_revoke |
58 | PROGS += t_select | 59 | PROGS += t_select |
60 | PROGS += t_sendmmsg | ||
59 | PROGS += t_sendrecv | 61 | PROGS += t_sendrecv |
60 | PROGS += t_setrlimit | 62 | PROGS += t_setrlimit |
61 | PROGS += t_setuid | 63 | PROGS += t_setuid |