9ab286b7c1
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.
5 lines
77 B
Makefile
5 lines
77 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.sysdir.mk>
|
|
.include "${SYSDIR}/conf/kmod.opts.mk"
|