freebsd-dev/sys/modules/linprocfs/Makefile
Dag-Erling Smørgrav 3fd18735a4 Move the pseudofs, procfs and linprocfs modules out from the fs directory.
Keeping them there seemed like a good idea at the time, but it annoys bde
and confuses people who do not understand how MODULES_OVERRIDE works.
2002-02-04 20:16:50 +00:00

11 lines
142 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../compat/linprocfs
KMOD= linprocfs
SRCS= vnode_if.h \
opt_linux.h \
linprocfs.c
.include <bsd.kmod.mk>