getservent_r/getprotoent_r

This commit is contained in:
christos 2004-02-19 19:27:53 +00:00
parent ec210d4a19
commit d68ecdf1c9

View File

@ -1,13 +1,16 @@
# $NetBSD: Makefile.inc,v 1.61 2003/12/07 21:57:22 matt Exp $
# $NetBSD: Makefile.inc,v 1.62 2004/02/19 19:27:53 christos Exp $
# @(#)Makefile.inc 8.2 (Berkeley) 9/5/93
# net sources
.PATH: ${ARCHDIR}/net ${.CURDIR}/net
SRCS+= __cmsg_alignbytes.c base64.c ethers.c gethnamaddr.c getifaddrs.c \
getnetnamadr.c getnetent.c getproto.c \
getprotoent.c getprotoname.c getservbyname.c getservbyport.c \
getservent.c herror.c inet_lnaof.c inet_makeaddr.c \
getnetnamadr.c getnetent.c \
getprotobynumber.c getprotoent.c getprotobyname.c \
getprotobynumber_r.c getprotoent_r.c getprotobyname_r.c \
getservbyname.c getservbyport.c getservent.c \
getservbyname_r.c getservbyport_r.c getservent_r.c \
herror.c inet_lnaof.c inet_makeaddr.c \
inet_net_ntop.c inet_net_pton.c inet_neta.c inet_ntop.c inet_pton.c \
inet_netof.c inet_network.c inet_ntoa.c iso_addr.c linkaddr.c \
nsdispatch.c nslexer.l nsparser.y ns_addr.c ns_ntoa.c nsap_addr.c \