summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a00befefd9..c22d08da74 100644
--- a/src/regress/lib/libc/sys/Makefile
+++ b/src/regress/lib/libc/sys/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.4 2020/02/02 20:18:17 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.5 2020/10/06 09:20:29 mpi 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>
@@ -49,6 +49,8 @@ PROGS += t_unlink
49SRCS_$p = $p.c atf-c.c 49SRCS_$p = $p.c atf-c.c
50. endfor 50. endfor
51 51
52CFLAGS += -std=gnu99
53
52LDADD_t_getpid = -lpthread 54LDADD_t_getpid = -lpthread
53 55
54run-t_truncate: setup-t_truncate 56run-t_truncate: setup-t_truncate