man: fts_open.3 should actually be fts.3
[unleashed.git] / lib / libc / Makefile
blob59ed5b74aba72c33b015e3d7de4ba8aba4c150cf
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 CMSG_DATA.3 \
3 alloca.3 err.3 fts.3 malloc.3 readdir.3 sockatmark.3 posix_memalign.3 \
4 valloc.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>