gno/lib/netdb/Makefile

18 lines
493 B
Makefile
Raw Permalink Normal View History

1998-01-24 07:05:48 +00:00
#
# Makefile for netdb
#
1998-02-17 00:35:18 +00:00
# $Id: Makefile,v 1.4 1998/02/17 00:35:18 gdr-ftp Exp $
1998-01-24 07:05:48 +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
OPTIMIZE=79
1998-01-24 07:05:48 +00:00
.INCLUDE: /src/gno/lib/lib.mk