2011-03-23 16:28:22 +01:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${MINIXSRCDIR}/lib/libc/asyn
|
|
|
|
LIB= asyn
|
|
|
|
INCS= asynchio.h
|
2011-07-01 15:57:43 +02:00
|
|
|
INCSDIR= /usr/include/sys
|
2011-03-23 16:28:22 +01:00
|
|
|
|
|
|
|
SRCS+= asyn_cancel.c asyn_close.c asyn_init.c asyn_pending.c asyn_read.c \
|
|
|
|
asyn_special.c asyn_synch.c asyn_wait.c asyn_write.c
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|