mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom
|
|
|
|
KMOD= geom_mbr
|
|
SRCS= geom_mbr.c geom_mbr_enc.c
|
|
|
|
.include <bsd.kmod.mk>
|