mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Add Makefile for geom_journal kernel module.
Sponsored by: home.pl
This commit is contained in:
parent
1a39ef9574
commit
508bdc9962
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163850
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…
Reference in New Issue
Block a user