1999-05-12 16:05:56 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 1999/05/12 12:05:56 tron Exp $
|
1996-08-23 00:18:07 +04:00
|
|
|
|
1997-07-08 20:46:24 +04:00
|
|
|
.if (${MACHINE} == "amiga")
|
|
|
|
SUBDIR+= adosfs
|
|
|
|
.endif
|
1999-05-12 16:05:56 +04:00
|
|
|
.if (${MACHINE} == "alpha") || \
|
|
|
|
(${MACHINE} == "i386") || \
|
|
|
|
(${MACHINE} == "ofppc")
|
|
|
|
SUBDIR+= ntfs
|
|
|
|
.endif
|
1997-07-08 20:46:24 +04:00
|
|
|
|
1999-05-12 16:05:56 +04:00
|
|
|
SUBDIR+= isofs miscfs msdosfs ufs coda
|
1996-08-23 00:18:07 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|