freebsd-dev/sys/modules/fs/Makefile
2001-06-10 23:27:25 +00:00

11 lines
125 B
Makefile

# $FreeBSD$
SUBDIR =
SUBDIR += pseudofs
.if ${MACHINE_ARCH} == "i386"
SUBDIR += linprocfs
.endif
.include <bsd.subdir.mk>