proc->thread stage 4: rework the VFS and DEVICE subsystems to take thread
[dragonfly.git] / sys / vfs / portal / Makefile
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.2 2003/06/17 04:28:46 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../miscfs/portal
5 KMOD=   portal
6 SRCS=   vnode_if.h \
7         portal_vfsops.c portal_vnops.c
8 NOMAN=
9
10 .include <bsd.kmod.mk>