summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-16 17:35:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-16 17:35:02 +0000
commit82217ec5173b101e3498f323be706d94a549c50b (patch)
tree50f8f7214585c62d9c58faaa8c73f297091dca53 /lib
parent26dc38c79cba47518b2bf2aa2110653a0c3f8535 (diff)
libresolv.a is no longer needed
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile4
-rw-r--r--lib/libresolv/Makefile13
-rw-r--r--lib/libresolv/nothing.c5
3 files changed, 2 insertions, 20 deletions
diff --git a/lib/Makefile b/lib/Makefile
index d8177f5cde9..c59f8352cd2 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.51 2005/04/18 16:07:31 millert Exp $
+# $OpenBSD: Makefile,v 1.52 2005/12/16 17:35:01 deraadt Exp $
# $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $
SUBDIR= csu libarch libc libcompat libcurses \
libdes libedit libevent libform libkeynote libkvm libl libm libmenu \
- libocurses libossaudio libpanel libpcap libpthread libresolv librpcsvc \
+ libocurses libossaudio libpanel libpcap libpthread librpcsvc \
libskey libsectok libssl libusbhid libutil libwrap liby libz
.include <bsd.own.mk>
diff --git a/lib/libresolv/Makefile b/lib/libresolv/Makefile
deleted file mode 100644
index 1e3b4188ae2..00000000000
--- a/lib/libresolv/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $OpenBSD: Makefile,v 1.5 2005/11/24 20:49:20 deraadt Exp $
-
-# libresolv no longer needs a special version of the resolver routines.
-# The resolver is always in libc.
-# However, an empty library must exist in case something tries to use it.
-
-NOPIC=
-LIB=resolv
-WANTLINT=
-
-SRCS=nothing.c
-
-.include <bsd.lib.mk>
diff --git a/lib/libresolv/nothing.c b/lib/libresolv/nothing.c
deleted file mode 100644
index e6389c4eb87..00000000000
--- a/lib/libresolv/nothing.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/*
- *
- * Absolutely nothing.
- *
- */