mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
11 lines
190 B
Makefile
11 lines
190 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||
|
|
||
|
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>
|