mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
10 lines
126 B
Makefile
10 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=geom
|
|
.PATH: ${.CURDIR:H:H}/misc
|
|
|
|
GEOM_CLASS= multipath
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys
|
|
|
|
.include <bsd.lib.mk>
|