mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
15 lines
224 B
Makefile
15 lines
224 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.4 1999/01/17 03:41:02 julian Exp $
|
|
|
|
LIB= netgraph
|
|
MAN3= netgraph.3
|
|
|
|
SHLIB_MAJOR= 1
|
|
#SHLIB_MINOR= 1
|
|
|
|
SRCS= sock.c msg.c debug.c
|
|
INCS= netgraph.h
|
|
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.lib.mk>
|