10 lines
174 B
Makefile
10 lines
174 B
Makefile
# $NetBSD: Makefile,v 1.3 1998/09/25 15:05:12 rvb Exp $
|
|
|
|
.if (${MACHINE} == "amiga")
|
|
SUBDIR+= adosfs
|
|
.endif
|
|
|
|
SUBDIR+= isofs miscfs msdosfs ufs coda
|
|
|
|
.include <bsd.subdir.mk>
|