xref: /freebsd/lib/libnetgraph/Makefile (revision c292cf660ef0b9a996258ed4b4f1724129af9abf)
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
11
12CFLAGS+=	-Wall
13
14beforeinstall:
15	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/netgraph.h \
16		${DESTDIR}/usr/include
17
18.include <bsd.lib.mk>
19