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