VFS messaging/interfacing work stage 1/99. This stage replaces the old
[dragonfly.git] / sys / emulation / linux / i386 / linprocfs / Makefile
1 # $FreeBSD: src/sys/modules/linprocfs/Makefile,v 1.1.2.3 2000/06/06 11:53:28 des Exp $
2 # $DragonFly: src/sys/emulation/linux/i386/linprocfs/Makefile,v 1.6 2004/08/13 17:51:08 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../../../emulation/linux/i386/linprocfs
5 KMOD=   linprocfs
6 SRCS=   linprocfs_misc.c linprocfs_subr.c \
7                 linprocfs_vfsops.c linprocfs_vnops.c
8 NOMAN=
9 CFLAGS+= -DLINPROCFS
10
11 .include <bsd.kmod.mk>