mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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"
|