mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
This Makefile sets KERN_OPTS. This permits kernel module Makefiles to use KERN_OPTS to control the value of variables such as SRCS that are used by bsd.kmod.mk for KERN_OPTS values that honor WITH/WITHOUT options for standalone builds.
4 lines
77 B
Makefile
4 lines
77 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.sysdir.mk>
|
|
.include "${SYSDIR}/conf/kmod.opts.mk"
|