diff options
Diffstat (limited to 'src/regress/lib/libc/asr/bin/Makefile.inc')
-rw-r--r-- | src/regress/lib/libc/asr/bin/Makefile.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/regress/lib/libc/asr/bin/Makefile.inc b/src/regress/lib/libc/asr/bin/Makefile.inc new file mode 100644 index 0000000000..9a03163906 --- /dev/null +++ b/src/regress/lib/libc/asr/bin/Makefile.inc | |||
@@ -0,0 +1,8 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ | ||
2 | |||
3 | NOMAN= noman | ||
4 | |||
5 | SRCS+= common.c | ||
6 | CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g | ||
7 | LDFLAGS+= -static | ||
8 | PROG:= ${PROG}${EXT} | ||