diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libc/strlcpy/Makefile | 4 |
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 | ||
| 3 | PROG= strlcpytest | 3 | PROG= strlcpytest |
| 4 | 4 | ||
| 5 | CFLAGS+=-fno-builtin | ||
| 6 | |||
| 5 | .include <bsd.regress.mk> | 7 | .include <bsd.regress.mk> |
