summaryrefslogtreecommitdiffstats
path: root/lib/libresolv
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-10-18 08:37:01 +0000
committerderaadt <deraadt@openbsd.org>1995-10-18 08:37:01 +0000
commitdf930be708d50e9715f173caa26ffe1b7599b157 (patch)
treeaa317e49e28cb999c9cf3db7f00c20903fe6010a /lib/libresolv
downloadwireguard-openbsd-df930be708d50e9715f173caa26ffe1b7599b157.tar.xz
wireguard-openbsd-df930be708d50e9715f173caa26ffe1b7599b157.zip
initial import of NetBSD tree
Diffstat (limited to 'lib/libresolv')
-rw-r--r--lib/libresolv/Makefile11
-rw-r--r--lib/libresolv/shlib_version2
2 files changed, 13 insertions, 0 deletions
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile
new file mode 100644
index 00000000000..a546423f883
--- /dev/null
+++ b/lib/libresolv/Makefile
@@ -0,0 +1,11 @@
+# from: @(#)Makefile 5.1 (Berkeley) 6/5/90
+# $Id: Makefile,v 1.1.1.1 1995/10/18 08:43:09 deraadt Exp $
+
+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>
diff --git a/lib/libresolv/shlib_version b/lib/libresolv/shlib_version
new file mode 100644
index 00000000000..1edea46de91
--- /dev/null
+++ b/lib/libresolv/shlib_version
@@ -0,0 +1,2 @@
+major=1
+minor=0