mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add geom_bsd_enc.c which we've been wanting to be in geon_bsd.
Reviewed by: phk
This commit is contained in:
parent
1a51e01115
commit
d32484135d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../../geom
|
||||
|
||||
KMOD= geom_bsd
|
||||
SRCS= geom_bsd.c
|
||||
SRCS= geom_bsd.c geom_bsd_enc.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue