xref: /dflybsd-src/lib/libnetgraph7/Makefile (revision 747e2961e929a839fd1f570e8b2c2fce73f0fe5c)
1# $FreeBSD: src/lib/libnetgraph/Makefile,v 1.4.2.2 2001/04/25 10:04:35 ru Exp $
2# $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $
3
4LIB=		netgraph
5MAN=		netgraph.3
6
7SHLIB_MAJOR=	3
8
9SRCS=		sock.c msg.c debug.c
10INCS=		netgraph.h
11
12MLINKS+=	netgraph.3 NgMkSockNode.3
13MLINKS+=	netgraph.3 NgNameNode.3
14MLINKS+=	netgraph.3 NgSendMsg.3
15MLINKS+=	netgraph.3 NgSendAsciiMsg.3
16MLINKS+=	netgraph.3 NgSendReplyMsg.3
17MLINKS+=	netgraph.3 NgRecvMsg.3
18MLINKS+=	netgraph.3 NgAllocRecvMsg.3
19MLINKS+=	netgraph.3 NgRecvAsciiMsg.3
20MLINKS+=	netgraph.3 NgAllocRecvAsciiMsg.3
21MLINKS+=	netgraph.3 NgSendData.3
22MLINKS+=	netgraph.3 NgRecvData.3
23MLINKS+=	netgraph.3 NgAllocRecvData.3
24MLINKS+=	netgraph.3 NgSetDebug.3
25MLINKS+=	netgraph.3 NgSetErrLog.3
26
27.include <bsd.lib.mk>
28