012dfd00b3
Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete
17 lines
690 B
Makefile
17 lines
690 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 \
|
|
iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c rcmd.c recv.c res_comp.c \
|
|
res_debug.c res_init.c res_mkquery.c res_query.c res_send.c \
|
|
send.c ether_addr.c
|
|
|
|
# machine-dependent net sources
|
|
.include "${.CURDIR}/${MACHINE}/net/Makefile.inc"
|