freebsd-src/lib/geom/mirror/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
96 B
Makefile
Raw Normal View History

PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= mirror
LIBADD= md
.include <bsd.lib.mk>