Connect linprocfs to the build.

This commit is contained in:
des 2001-06-10 23:27:25 +00:00
parent e44f1c36a3
commit 501e41cd89
2 changed files with 13 additions and 0 deletions

View File

@ -3,4 +3,8 @@
SUBDIR =
SUBDIR += pseudofs
.if ${MACHINE_ARCH} == "i386"
SUBDIR += linprocfs
.endif
.include <bsd.subdir.mk>

View File

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../compat/linprocfs
KMOD= linprocfs
SRCS= vnode_if.h \
linprocfs.c
.include <bsd.kmod.mk>