summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gif
Commit message (Collapse)AuthorAgeFilesLines
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-3/+5
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* When compiling with the kernel, detect if INET6 support should be disabled.ru2005-12-061-7/+11
|
* In this case, disable wrapping of fake opt_*.h targets inyar2005-10-181-2/+4
| | | | | | "if defined(KERNBUILDDIR)" for now since the new way of building modules with the kernel can't handle dynamic SRCS depending on build options yet.
* Let modules use the kernel's opt_*.h files if built along withyar2005-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
* NOINET6 -> NO_INET6ru2004-12-211-2/+2
|
* kmod.mk knows how to create empty opt_*.h files so let it deal with thebrooks2004-12-031-3/+1
| | | | | | NOINET6 case. Reported by: ru
* Allow the gif module to be built without IPv6 support when NOINET6 isbrooks2004-11-261-1/+8
| | | | | | defined. Submitted by: mitrohin a.s. <swp at uni-altai dot ru>
* Depend on opt_mac.h.rwatson2002-08-121-1/+2
|
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* gif(4) and stf(4) modernization:brooks2001-07-021-0/+18
- Remove gif dependencies from stf. - Make gif and stf into modules - Make gif cloneable. PR: kern/27983 Reviewed by: ru, ume Obtained from: NetBSD MFC after: 1 week
OpenPOWER on IntegriCloud