mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -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
8 lines
106 B
Makefile
8 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/geom/stripe
|
|
|
|
KMOD= geom_stripe
|
|
SRCS= g_stripe.c
|
|
|
|
.include <bsd.kmod.mk>
|