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+= -g -Wall -O2 -Werror 13CFLAGS+= -I/usr/src.freefall/sys 14 15beforeinstall: 16 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/netgraph.h \ 17 ${DESTDIR}/usr/include 18 19.include <bsd.lib.mk> 20