1998-01-24 07:05:48 +00:00
|
|
|
#
|
|
|
|
# Makefile for netdb
|
|
|
|
#
|
1998-01-26 05:49:05 +00:00
|
|
|
# $Id: Makefile,v 1.2 1998/01/26 05:49:05 taubert Exp $
|
1998-01-24 07:05:48 +00:00
|
|
|
#
|
|
|
|
|
1998-01-26 05:49:05 +00:00
|
|
|
LIB= netdb
|
|
|
|
SRCS= rcmd.c getnetbyname.c getnetbyaddr.c getnetent.c getprotoname.c \
|
|
|
|
getproto.c getprotoent.c getservbyname.c getservbyport.c \
|
|
|
|
getservent.c gethostnamadr.c sethostent.c inet_addr.c inet_lnaof.c \
|
|
|
|
inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c res_comp.c \
|
|
|
|
res_debug.c res_init.c res_mkquery.c res_query.c res_send.c \
|
|
|
|
herror.c writev.c
|
1998-01-24 07:05:48 +00:00
|
|
|
|
1998-01-26 05:49:05 +00:00
|
|
|
OPTIMIZE=79
|
1998-01-24 07:05:48 +00:00
|
|
|
|
1998-01-26 05:49:05 +00:00
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|