freebsd-dev/sbin/geom/class/raid/Makefile
Baptiste Daroussin 13eb765f2d Convert sbin/ to LIBADD
Reduce overlinking
2014-11-25 11:23:12 +00:00

10 lines
95 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../misc
GEOM_CLASS= raid
LIBADD= md
.include <bsd.lib.mk>