mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05: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
106 B
Makefile
10 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=geom
|
|
.PATH: ${.CURDIR:H:H}/misc
|
|
|
|
GEOM_CLASS= raid
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.lib.mk>
|