11 lines
125 B
Makefile
11 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR += pseudofs
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR += linprocfs
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|