mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
not clear enough, will require additional analysis, or will require some input from their maintainers.
9 lines
190 B
Makefile
9 lines
190 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile.inc,v 1.4 1999/01/19 23:46:16 archie Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../../netgraph
|
|
CFLAGS+= -Wall
|
|
|
|
EXPORT_SYMS= YES # XXX evaluate
|
|
|
|
.include "../Makefile.inc"
|