summaryrefslogtreecommitdiff
path: root/lib/libresolv/Makefile
blob: 2e8acd072dc882d0944ba9b4d3b7de7ef48eeda4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.4 2000/03/02 00:29:51 todd 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

SRCS=nothing.c

.include <bsd.lib.mk>