1.PATH: ${SRCTOP}/sys/geom/journal 2 3KMOD= geom_journal 4SRCS= g_journal.c 5SRCS+= g_journal_ufs.c 6SRCS+= vnode_if.h 7 8.include <bsd.kmod.mk> 9