summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libc/asr/bin/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/asr/bin/Makefile.inc b/src/regress/lib/libc/asr/bin/Makefile.inc
index 80b4805136..c515546808 100644
--- a/src/regress/lib/libc/asr/bin/Makefile.inc
+++ b/src/regress/lib/libc/asr/bin/Makefile.inc
@@ -1,8 +1,9 @@
1# $OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric Exp $ 1# $OpenBSD: Makefile.inc,v 1.3 2026/05/08 04:02:24 tb Exp $
2 2
3NOMAN= noman 3NOMAN= noman
4 4
5SRCS+= common.c 5SRCS+= common.c
6CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g 6CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g
7CFLAGS+= -Wno-unused-but-set-variable
7LDSTATIC= ${STATIC} 8LDSTATIC= ${STATIC}
8PROG:= ${PROG}${EXT} 9PROG:= ${PROG}${EXT}