Connect linprocfs to the build.
This commit is contained in:
parent
e44f1c36a3
commit
501e41cd89
@ -3,4 +3,8 @@
|
|||||||
SUBDIR =
|
SUBDIR =
|
||||||
SUBDIR += pseudofs
|
SUBDIR += pseudofs
|
||||||
|
|
||||||
|
.if ${MACHINE_ARCH} == "i386"
|
||||||
|
SUBDIR += linprocfs
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
9
sys/modules/fs/linprocfs/Makefile
Normal file
9
sys/modules/fs/linprocfs/Makefile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
.PATH: ${.CURDIR}/../../../compat/linprocfs
|
||||||
|
|
||||||
|
KMOD= linprocfs
|
||||||
|
SRCS= vnode_if.h \
|
||||||
|
linprocfs.c
|
||||||
|
|
||||||
|
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user