diff options
Diffstat (limited to 'src/regress/lib/libc/asr/bin/Makefile')
-rw-r--r-- | src/regress/lib/libc/asr/bin/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/regress/lib/libc/asr/bin/Makefile b/src/regress/lib/libc/asr/bin/Makefile new file mode 100644 index 0000000000..1f986a8e69 --- /dev/null +++ b/src/regress/lib/libc/asr/bin/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | SUBDIR= res_mkquery | ||
2 | SUBDIR+= res_query | ||
3 | SUBDIR+= gethostnamadr | ||
4 | SUBDIR+= getnetnamadr | ||
5 | SUBDIR+= getrrsetbyname | ||
6 | SUBDIR+= getnameinfo | ||
7 | SUBDIR+= getaddrinfo | ||
8 | SUBDIR+= threads | ||
9 | |||
10 | .include <bsd.subdir.mk> | ||