freebsd-dev/sys/modules/geom/geom_journal/Makefile
Pawel Jakub Dawidek 508bdc9962 Add Makefile for geom_journal kernel module.
Sponsored by:	home.pl
2006-10-31 22:21:47 +00:00

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