freebsd-dev/lib/geom/multipath/Makefile
Emmanuel Vadot 0bf688786f pkgbase: Put geom utilities in their own package
For most users it's not needed to boot and they are also
available in the FreeBSD-rescue package in case an update
break and FreeBSD-geom package isn't updated correctly.

Differential Revision:	https://reviews.freebsd.org/D36224
2022-10-26 19:46:28 +02:00

11 lines
126 B
Makefile

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