summaryrefslogtreecommitdiffstats
path: root/lib/libnetgraph/Makefile
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-06-21 23:01:07 +0000
committerarchie <archie@FreeBSD.org>2000-06-21 23:01:07 +0000
commit8bd069edd69b70e3312829e2c8fc645c8f38ab51 (patch)
treec6e999b0c61eb91c640ef60b4e3313eefbfad299 /lib/libnetgraph/Makefile
parent369e860f9ccf2363276633699acfd47eb38cd964 (diff)
downloadFreeBSD-src-8bd069edd69b70e3312829e2c8fc645c8f38ab51.zip
FreeBSD-src-8bd069edd69b70e3312829e2c8fc645c8f38ab51.tar.gz
- Make sure the message token returned by NgSendMsg() is non-negative
- Have NgSendAsciiMsg() return the same token as NgSendMsg() - Document that NgSendMsg() and NgSendAsciiMsg() return the token - Add MLINKS for the functions defined in netgraph(3)
Diffstat (limited to 'lib/libnetgraph/Makefile')
-rw-r--r--lib/libnetgraph/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libnetgraph/Makefile b/lib/libnetgraph/Makefile
index 39d9ad8..04a917d 100644
--- a/lib/libnetgraph/Makefile
+++ b/lib/libnetgraph/Makefile
@@ -12,4 +12,16 @@ INCS= netgraph.h
CFLAGS+= -Wall
+MLINKS+= netgraph.3 NgMkSockNode.3
+MLINKS+= netgraph.3 NgNameNode.3
+MLINKS+= netgraph.3 NgSendMsg.3
+MLINKS+= netgraph.3 NgSendAsciiMsg.3
+MLINKS+= netgraph.3 NgSendMsgReply.3
+MLINKS+= netgraph.3 NgRecvMsg.3
+MLINKS+= netgraph.3 NgRecvAsciiMsg.3
+MLINKS+= netgraph.3 NgSendData.3
+MLINKS+= netgraph.3 NgRecvData.3
+MLINKS+= netgraph.3 NgSetDebug.3
+MLINKS+= netgraph.3 NgSetErrLog.3
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud