diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-06-21 23:01:07 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-06-21 23:01:07 +0000 |
| commit | 33c22c64e90bb76e13d5cc546c25e3b52a6ac646 (patch) | |
| tree | 64a23439993de939556a6a4eaf328ce0c23ba60b /lib/libnetgraph/Makefile | |
| parent | e5516847ead80318a53f6fcc857e47c82fcc9fb1 (diff) | |
Notes
Diffstat (limited to 'lib/libnetgraph/Makefile')
| -rw-r--r-- | lib/libnetgraph/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libnetgraph/Makefile b/lib/libnetgraph/Makefile index 39d9ad8e2657..04a917dc5e79 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> |
