HAMMER VFS - Fix serious bug when downgrading (and later upgrading) a PFS
[dragonfly.git] / sys / vfs / portal / Makefile
blob08a8a3bb5aa995ae3874bcc9329c1a5154f88228
1 # $FreeBSD: src/sys/modules/portal/Makefile,v 1.7 1999/12/12 20:34:09 peter Exp $
2 # $DragonFly: src/sys/vfs/portal/Makefile,v 1.4 2004/08/13 17:51:12 dillon Exp $
4 KMOD= portal
5 SRCS= portal_vfsops.c portal_vnops.c
7 .include <bsd.kmod.mk>