diff options
author | 1995-10-18 08:37:01 +0000 | |
---|---|---|
committer | 1995-10-18 08:37:01 +0000 | |
commit | df930be708d50e9715f173caa26ffe1b7599b157 (patch) | |
tree | aa317e49e28cb999c9cf3db7f00c20903fe6010a /lib/libresolv | |
download | wireguard-openbsd-df930be708d50e9715f173caa26ffe1b7599b157.tar.xz wireguard-openbsd-df930be708d50e9715f173caa26ffe1b7599b157.zip |
initial import of NetBSD tree
Diffstat (limited to 'lib/libresolv')
-rw-r--r-- | lib/libresolv/Makefile | 11 | ||||
-rw-r--r-- | lib/libresolv/shlib_version | 2 |
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 |