]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libnetgraph/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libnetgraph / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $
3
4 LIB=            netgraph
5 WARNS?=         3
6 MAN=            netgraph.3
7
8 SHLIB_MAJOR=    4
9
10 SRCS=           sock.c msg.c debug.c
11 INCS=           netgraph.h
12
13 MLINKS+=        netgraph.3 NgMkSockNode.3
14 MLINKS+=        netgraph.3 NgNameNode.3
15 MLINKS+=        netgraph.3 NgSendMsg.3
16 MLINKS+=        netgraph.3 NgSendAsciiMsg.3
17 MLINKS+=        netgraph.3 NgSendMsgReply.3
18 MLINKS+=        netgraph.3 NgRecvMsg.3
19 MLINKS+=        netgraph.3 NgAllocRecvMsg.3
20 MLINKS+=        netgraph.3 NgRecvAsciiMsg.3
21 MLINKS+=        netgraph.3 NgAllocRecvAsciiMsg.3
22 MLINKS+=        netgraph.3 NgSendData.3
23 MLINKS+=        netgraph.3 NgRecvData.3
24 MLINKS+=        netgraph.3 NgAllocRecvData.3
25 MLINKS+=        netgraph.3 NgSetDebug.3
26 MLINKS+=        netgraph.3 NgSetErrLog.3
27
28 .include <bsd.lib.mk>