mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
18 lines
493 B
Makefile
18 lines
493 B
Makefile
#
|
|
# Makefile for netdb
|
|
#
|
|
# $Id: Makefile,v 1.2 1998/01/26 05:49:05 taubert Exp $
|
|
#
|
|
|
|
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
|
|
|
|
OPTIMIZE=79
|
|
|
|
.INCLUDE: /src/gno/lib/lib.mk
|