13 lines
175 B
PHP
13 lines
175 B
PHP
|
# ansi sources
|
||
|
.PATH: ${.CURDIR}/asyn
|
||
|
|
||
|
SRCS+= \
|
||
|
asyn_cancel.c \
|
||
|
asyn_close.c \
|
||
|
asyn_init.c \
|
||
|
asyn_pending.c \
|
||
|
asyn_read.c \
|
||
|
asyn_synch.c \
|
||
|
asyn_wait.c \
|
||
|
asyn_write.c
|