Add Makefile for geom_journal kernel module.

Sponsored by:	home.pl
This commit is contained in:
Pawel Jakub Dawidek 2006-10-31 22:21:47 +00:00
parent 1a39ef9574
commit 508bdc9962
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163850

View 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>