newsyslog.8: Comment out another zstd reference (and fix a typo).
[dragonfly.git] / lib / libnetgraph / Makefile
blobb8b2af18486283fa9a9acb91134d8d1530be1ab7
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 $
4 LIB= netgraph
5 MAN= netgraph.3
7 SHLIB_MAJOR= 2
9 SRCS= sock.c msg.c debug.c
10 INCS= netgraph.h
12 MLINKS+= netgraph.3 NgMkSockNode.3
13 MLINKS+= netgraph.3 NgNameNode.3
14 MLINKS+= netgraph.3 NgSendMsg.3
15 MLINKS+= netgraph.3 NgSendAsciiMsg.3
16 MLINKS+= netgraph.3 NgSendReplyMsg.3
17 MLINKS+= netgraph.3 NgRecvMsg.3
18 MLINKS+= netgraph.3 NgRecvAsciiMsg.3
19 MLINKS+= netgraph.3 NgSendData.3
20 MLINKS+= netgraph.3 NgRecvData.3
21 MLINKS+= netgraph.3 NgSetDebug.3
22 MLINKS+= netgraph.3 NgSetErrLog.3
24 .include <bsd.lib.mk>