summaryrefslogtreecommitdiffstats
path: root/lib/libresolv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libresolv/Makefile')
-rw-r--r--lib/libresolv/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile
new file mode 100644
index 0000000..699c54c
--- /dev/null
+++ b/lib/libresolv/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 8.1 (Berkeley) 6/4/93
+
+LIB=resolv
+CFLAGS+=-DDEBUG -DLIBC_SCCS
+
+.PATH: ${.CURDIR}/../libc/net
+
+SRCS=gethostnamadr.c res_mkquery.c res_query.c res_send.c
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud