mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04: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>
|