2006-03-21 15:37:16 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
# inet sources
|
2014-03-04 02:19:39 +00:00
|
|
|
.PATH: ${LIBC_SRCTOP}/inet
|
2006-03-21 15:37:16 +00:00
|
|
|
|
|
|
|
SRCS+= inet_addr.c inet_cidr_ntop.c inet_cidr_pton.c inet_lnaof.c \
|
|
|
|
inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c \
|
|
|
|
inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
|
|
|
|
inet_pton.c nsap_addr.c
|
2006-03-23 16:55:13 +00:00
|
|
|
|
2014-03-04 02:19:39 +00:00
|
|
|
SYM_MAPS+= ${LIBC_SRCTOP}/inet/Symbol.map
|