diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-12 12:42:54 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-12 12:42:54 +0000 |
commit | 9c4233a561f20e17ef7f5f621cea8926663de540 (patch) | |
tree | a8b8924b9749618c058338f89ecf2db038251f04 | |
parent | eee6c3361b8291af8ff89a02c2773b99f5b7983d (diff) | |
download | src-9c4233a561f20e17ef7f5f621cea8926663de540.tar.gz src-9c4233a561f20e17ef7f5f621cea8926663de540.zip |
Don't export symbols, all netgraph modules appear to have
proper module dependencies.
While here, removed stray -Wall from CFLAGS.
Notes
Notes:
svn path=/head/; revision=141725
-rw-r--r-- | sys/modules/netgraph/Makefile.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/netgraph/Makefile.inc b/sys/modules/netgraph/Makefile.inc index ffc44fea7af3..114bba7018d0 100644 --- a/sys/modules/netgraph/Makefile.inc +++ b/sys/modules/netgraph/Makefile.inc @@ -2,8 +2,5 @@ # $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" |