summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libc/asr/bin/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/asr/bin/Makefile.inc b/src/regress/lib/libc/asr/bin/Makefile.inc
index 9a03163906..80b4805136 100644
--- a/src/regress/lib/libc/asr/bin/Makefile.inc
+++ b/src/regress/lib/libc/asr/bin/Makefile.inc
@@ -1,8 +1,8 @@
1# $OpenBSD: Makefile.inc,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ 1# $OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric 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
7LDFLAGS+= -static 7LDSTATIC= ${STATIC}
8PROG:= ${PROG}${EXT} 8PROG:= ${PROG}${EXT}