Linprocfs builds on Alpha now.

This commit is contained in:
Dag-Erling Smørgrav 2001-06-11 21:57:18 +00:00
parent 4c17857638
commit 9c0247ff80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78114

View file

@ -1,10 +1,7 @@
# $FreeBSD$ # $FreeBSD$
SUBDIR = SUBDIR =
SUBDIR += linprocfs
SUBDIR += pseudofs SUBDIR += pseudofs
.if ${MACHINE_ARCH} == "i386"
SUBDIR += linprocfs
.endif
.include <bsd.subdir.mk> .include <bsd.subdir.mk>