A significant number of applications need access to kernel data
[dragonfly.git] / sys / vfs / union / Makefile
1 # $FreeBSD: src/sys/modules/union/Makefile,v 1.7 1999/12/12 20:34:11 peter Exp $
2 # $DragonFly: src/sys/vfs/union/Makefile,v 1.3 2003/08/15 07:26:16 dillon Exp $
3
4 KMOD=   union
5 SRCS=   vnode_if.h \
6         union_subr.c union_vfsops.c union_vnops.c
7 NOMAN=
8
9 .include <bsd.kmod.mk>