aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_vlan
Commit message (Collapse)AuthorAgeFilesLines
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+1
| | | | | | | | | | | | | | directly include only the header files needed. This reduces the unneeded spamming of various headers into lots of files. For now, this leaves us with very few modules including vnet.h and thus needing to depend on opt_route.h. Reviewed by: brooks, gnn, des, zec, imp Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=185571
* if_vlan no more depends on INET.Yaroslav Tykhiy2007-03-191-5/+0
| | | | Notes: svn path=/head/; revision=167709
* Fix standalone module build.Ruslan Ermilov2006-02-171-1/+2
| | | | | | | Reported by: Boris Samorodov Notes: svn path=/head/; revision=155778
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-0/+2
| | | | | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64 Notes: svn path=/head/; revision=151350
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis2001-09-051-0/+12
interfaces must now always enable VLAN support. Reviewed by: jlemon MFC after: 3 weeks Notes: svn path=/head/; revision=83115