mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
0bf688786f
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
9 lines
96 B
Makefile
9 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=geom
|
|
.PATH: ${.CURDIR:H:H}/misc
|
|
|
|
GEOM_CLASS= concat
|
|
|
|
.include <bsd.lib.mk>
|