mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
Do not link lib/geom/raid with libmd, it is not required for the module.
Do not include the sha256/sha512 code in lib/geom/eli, it is provided by
libmd. Remove ${.CURDIR:H:H}/misc from .PATH for all modules. This
path has stopped being valid when the GEOM modules were moved from
sbin/geom to lib/geom.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D47061
5 lines
54 B
Makefile
5 lines
54 B
Makefile
PACKAGE=geom
|
|
|
|
GEOM_CLASS= raid
|
|
|
|
.include <bsd.lib.mk>
|