1*1056c717Sbostic# @(#)Makefile 8.1 (Berkeley) 06/04/93 2a82a880bSbostic 3a82a880bSbosticLIB=resolv 4a82a880bSbosticCFLAGS+=-DDEBUG -DLIBC_SCCS 5a82a880bSbostic 6a82a880bSbostic.PATH: ${.CURDIR}/../libc/net 7a82a880bSbostic 8a82a880bSbosticSRCS=gethostnamadr.c res_mkquery.c res_query.c res_send.c 9a82a880bSbostic 10a82a880bSbostic.include <bsd.lib.mk> 11