mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom
|
|
|
|
KMOD= geom_bsd
|
|
SRCS= geom_bsd.c geom_bsd_enc.c
|
|
|
|
.include <bsd.kmod.mk>
|