mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= multipath
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../../sys
|
|
|
|
.include <bsd.lib.mk>
|