summaryrefslogtreecommitdiff
path: root/sys/modules/if_gif/Makefile
AgeCommit message (Expand)Author
2025-10-09kern: Remove needless kern.opts.mkWarner Losh
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2021-11-18Fix some modules to export more used symbolsKonstantin Belousov
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2015-02-18Clean up a bit of the INET/INET6 mess wrt options.Warner Losh
2014-12-26Let's see if we can fix the NOINET if_gif(4) module build after r276215Bjoern A. Zeeb
2014-11-14Automate options INET/INET6 turning into MK_$opt_SUPPORTWarner Losh
2014-10-14opt_mrouting.h isn't needed anymore.Andrey V. Elsukov
2014-09-08Silence a bmake(1) warning in the gif(4) module buildGlen Barber
2014-08-11Remove dependence on source tree options. Move all kernel moduleWarner Losh
2014-08-05Revert the logic change from r269540. If the opt_inet6.h file is emptyBjoern A. Zeeb
2014-08-04Move most of the 15 variations on generating opt_inet.h andWarner Losh
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2009-06-06Remove opt_mac.h generation for various kernel modules that no longerRobert Watson
2006-03-17Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov
2005-12-06When compiling with the kernel, detect if INET6 support should be disabled.Ruslan Ermilov
2005-10-18In this case, disable wrapping of fake opt_*.h targets inYaroslav Tykhiy
2005-10-14Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy
2004-12-21NOINET6 -> NO_INET6Ruslan Ermilov
2004-12-03kmod.mk knows how to create empty opt_*.h files so let it deal with theBrooks Davis
2004-11-26Allow the gif module to be built without IPv6 support when NOINET6 isBrooks Davis
2002-08-12Depend on opt_mac.h.Robert Watson
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
2001-07-02gif(4) and stf(4) modernization:Brooks Davis