7838c4d1c1
While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
10 lines
128 B
Makefile
10 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= multipath
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../../sys
|
|
|
|
.include <bsd.lib.mk>
|