7838c4d1c1
While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
11 lines
113 B
Makefile
11 lines
113 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= raid3
|
|
|
|
DPADD= ${LIBMD}
|
|
LDADD= -lmd
|
|
|
|
.include <bsd.lib.mk>
|