Merge branch 'objlinks'
[unleashed/tickless.git] / lib / libc / Makefile
blobef31b8d91fdeb33e732828cee39f85e67f6ec698
1 MAN= accept.2 bind.2 connect.2 getpeername.2 getsockname.2 getsockopt.2 \
2 listen.2 recv.2 send.2 shutdown.2 socket.2 socketpair.2 \
3 CMSG_DATA.3 alloca.3 err.3 fts.3 malloc.3 readdir.3 sockatmark.3 \
4 posix_memalign.3 setmode.3 valloc.3 uname.3 unvis.3 vis.3
5 # no source yet.
6 NOOBJ=
8 # lib.mk doesn't allow empty LIB, so use prog.mk to install just the manpages
9 # until we actually build code from here
10 .include <prog.mk>