1# $FreeBSD$ 2# $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $ 3 4LIB= netgraph 5WARNS?= 2 6MAN= netgraph.3 7 8SHLIB_MAJOR= 1 9#SHLIB_MINOR= 1 10 11SRCS= sock.c msg.c debug.c 12INCS= netgraph.h 13 14MLINKS+= netgraph.3 NgMkSockNode.3 15MLINKS+= netgraph.3 NgNameNode.3 16MLINKS+= netgraph.3 NgSendMsg.3 17MLINKS+= netgraph.3 NgSendAsciiMsg.3 18MLINKS+= netgraph.3 NgSendMsgReply.3 19MLINKS+= netgraph.3 NgRecvMsg.3 20MLINKS+= netgraph.3 NgRecvAsciiMsg.3 21MLINKS+= netgraph.3 NgSendData.3 22MLINKS+= netgraph.3 NgRecvData.3 23MLINKS+= netgraph.3 NgSetDebug.3 24MLINKS+= netgraph.3 NgSetErrLog.3 25 26.include <bsd.lib.mk> 27