xref: /freebsd/lib/libnetgraph/Makefile (revision daf1cffce2e07931f27c6c6998652e90df6ba87e)
1# $FreeBSD$
2# $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $
3
4LIB=		netgraph
5MAN3=		netgraph.3
6
7SHLIB_MAJOR=	1
8#SHLIB_MINOR=	1
9
10SRCS=		sock.c msg.c debug.c
11INCS=		netgraph.h
12
13CFLAGS+=	-Wall
14
15.include <bsd.lib.mk>
16