freebsd-dev/lib/geom/multipath/Makefile

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

11 lines
126 B
Makefile
Raw Normal View History

# $FreeBSD$
PACKAGE=geom
.PATH: ${.CURDIR:H:H}/misc
GEOM_CLASS= multipath
CFLAGS+= -I${SRCTOP}/sys
.include <bsd.lib.mk>