mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom
|
|
|
|
KMOD= geom_ccd
|
|
SRCS= geom_ccd.c
|
|
|
|
.include <bsd.kmod.mk>
|