406d87b1c3
Sponsored by: The FreeBSD Foundation
11 lines
111 B
Makefile
11 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
GEOM_CLASS= raid
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.lib.mk>
|