mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
10 lines
156 B
Makefile
10 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/journal
|
|
|
|
KMOD= geom_journal
|
|
SRCS= g_journal.c
|
|
SRCS+= g_journal_ufs.c
|
|
SRCS+= vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|