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, 0 insertions, 8 deletions
diff --git a/src/regress/lib/libc/asr/bin/Makefile.inc b/src/regress/lib/libc/asr/bin/Makefile.inc deleted file mode 100644 index 80b4805136..0000000000 --- a/src/regress/lib/libc/asr/bin/Makefile.inc +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric Exp $ | ||
2 | |||
3 | NOMAN= noman | ||
4 | |||
5 | SRCS+= common.c | ||
6 | CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g | ||
7 | LDSTATIC= ${STATIC} | ||
8 | PROG:= ${PROG}${EXT} | ||