mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
9 lines
128 B
Makefile
9 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= multipath
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../../sys
|
|
|
|
.include <bsd.lib.mk>
|