5661849d54
There needs to be a better way of doing this.. preferably we could add another pass to the normal libc makefiles to do _r versions as well as _p versions
19 lines
699 B
Makefile
19 lines
699 B
Makefile
# @(#)Makefile.inc 8.2 (Berkeley) 9/5/93
|
|
|
|
# machine-independent net sources
|
|
.PATH: ${.CURDIR}/../libc/${MACHINE}/net ${.CURDIR}/../libc/net
|
|
|
|
SRCS+= gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \
|
|
getnetbydns.c getnetbyht.c getnetbynis.c getnetnamadr.c \
|
|
getproto.c getprotoent.c getprotoname.c getservbyname.c \
|
|
getservbyport.c getservent.c herror.c inet_addr.c inet_lnaof.c \
|
|
inet_makeaddr.c inet_netof.c inet_network.c inet_ntoa.c \
|
|
linkaddr.c rcmd.c recv.c res_comp.c res_data.c res_debug.c \
|
|
res_init.c res_mkquery.c res_query.c res_send.c send.c ether_addr.c
|
|
|
|
# ns_addr.c ns_ntoa.c
|
|
|
|
# machine-dependent net sources
|
|
.include "${.CURDIR}/../libc/${MACHINE}/net/Makefile.inc"
|
|
|