freebsd-dev/sys/modules/netgraph/Makefile.inc
Mike Smith 4535126875 Turn on unconditional symbol export for modules whose API is
not clear enough, will require additional analysis, or will
require some input from their maintainers.
2002-01-11 01:19:26 +00:00

10 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"