9 lines
122 B
Makefile
9 lines
122 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../misc
|
||
|
CLASS= multipath
|
||
|
|
||
|
.include <bsd.lib.mk>
|
||
|
|
||
|
CFLAGS+= -I${.CURDIR}/../../../../sys
|