blob: 634aa1fc5764aeec640d99e937837742375a630c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# from: @(#)Makefile 5.1 (Berkeley) 6/5/90
# $Id: Makefile,v 1.2 1996/01/04 11:58:46 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.
LIB=resolv
SRCS=nothing.c
.include <bsd.lib.mk>
|