Add Makefile for geom_journal kernel module.
Sponsored by: home.pl
This commit is contained in:
parent
1b3bd1c048
commit
bedaf53f09
10
sys/modules/geom/geom_journal/Makefile
Normal file
10
sys/modules/geom/geom_journal/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $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>
|
Loading…
x
Reference in New Issue
Block a user