64db83a8ab
encoding the relative path.
12 lines
227 B
Makefile
12 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/linux/linprocfs
|
|
KMOD= linprocfs
|
|
SRCS= vnode_if.h linprocfs_misc.c linprocfs_subr.c \
|
|
linprocfs_vfsops.c linprocfs_vnops.c
|
|
NOMAN=
|
|
VFS_KLD=
|
|
CFLAGS+= -DLINPROCFS
|
|
|
|
.include <bsd.kmod.mk>
|