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