Add libasyn, asynchio support for netbsd libc.
This commit is contained in:
11
lib/nbsd_libasyn/Makefile
Normal file
11
lib/nbsd_libasyn/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
.include <bsd.own.mk>
|
||||
.PATH: ${MINIXSRCDIR}/lib/libc/asyn
|
||||
LIB= asyn
|
||||
INCS= asynchio.h
|
||||
INCSDIR= /usr/netbsd/include/sys
|
||||
|
||||
|
||||
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>
|
||||
Reference in New Issue
Block a user