diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-10-31 22:21:47 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2006-10-31 22:21:47 +0000 |
| commit | 508bdc996222312a90e3fe658a44d5a59c794857 (patch) | |
| tree | d212241562d421ab6c61c9866b27ab2f85dbe9e1 /sys/modules/geom | |
| parent | 1a39ef95744c5d8e3fa26251d7704128c1409c84 (diff) | |
Notes
Diffstat (limited to 'sys/modules/geom')
| -rw-r--r-- | sys/modules/geom/geom_journal/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_journal/Makefile b/sys/modules/geom/geom_journal/Makefile new file mode 100644 index 000000000000..0288b4810ce9 --- /dev/null +++ b/sys/modules/geom/geom_journal/Makefile @@ -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> |
