summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/strlcpy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/strlcpy/Makefile b/src/regress/lib/libc/strlcpy/Makefile
index 921354432b..a6678102ba 100644
--- a/src/regress/lib/libc/strlcpy/Makefile
+++ b/src/regress/lib/libc/strlcpy/Makefile
@@ -1,5 +1,7 @@
1# $OpenBSD: Makefile,v 1.1 2014/12/02 20:23:05 millert Exp $ 1# $OpenBSD: Makefile,v 1.2 2026/05/30 05:07:03 anton Exp $
2 2
3PROG= strlcpytest 3PROG= strlcpytest
4 4
5CFLAGS+=-fno-builtin
6
5.include <bsd.regress.mk> 7.include <bsd.regress.mk>