mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 22:45:13 -04:00
8 lines
122 B
Makefile
8 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
CLASS= multipath
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../../sys
|