fb31513b00
- libnetsock - internal implementation of a socket on the lwip server side. it encapsulates the asynchronous protocol - lwip server - uses libnetsock to work with the asynchronous protocol
13 lines
502 B
Makefile
13 lines
502 B
Makefile
.include <bsd.own.mk>
|
|
|
|
SUBDIR= csu libcompat_minix libc libblockdriver libchardriver \
|
|
libnetdriver libedit libm libsys libtimers libutil \
|
|
libl libhgfs libz libfetch libvtreefs libaudiodriver libmthread \
|
|
libexec libdevman libusb libminlib libasyn \
|
|
libddekit libminixfs libbdev libelf libminc libcrypt libterminfo \
|
|
libcurses libvassert libutil libpuffs librefuse libbz2 libarchive libprop \
|
|
libnetsock
|
|
|
|
SUBDIR+= ../external/public-domain/xz/lib
|
|
|
|
.include <bsd.subdir.mk>
|