mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
9 lines
166 B
Makefile
9 lines
166 B
Makefile
# $FreeBSD$
|
|
# included by geom_sched children
|
|
|
|
.PATH: ${SRCTOP}/sys/geom/sched
|
|
|
|
# 6.x needs this path
|
|
#CFLAGS += -I${SRCTOP}/sys/geom/sched
|
|
|
|
# .include <bsd.kmod.mk>
|