Merge commit '9992e6a682b1c35b4385c3b512db329ec8ab9ede'
[unleashed.git] / lib / libc / Makefile
blob9f1ab963cda7a125c169e493fea7d7768139b03d
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 strtonum.3 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>