2008-09-23 11:56:59 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 2008/09/23 07:56:59 hannken Exp $
|
2008-05-03 03:12:00 +04:00
|
|
|
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR= miniroot
|
2008-09-23 11:56:59 +04:00
|
|
|
SUBDIR+= fss
|
2008-05-20 00:22:17 +04:00
|
|
|
SUBDIR+= putter
|
2008-05-19 00:55:24 +04:00
|
|
|
|
|
|
|
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
|
2008-06-26 20:10:35 +04:00
|
|
|
SUBDIR+= azalia drm i915drm
|
2008-05-19 00:55:24 +04:00
|
|
|
.endif
|
2008-05-19 01:14:04 +04:00
|
|
|
.if ${MACHINE} == "i386"
|
|
|
|
SUBDIR+= radeondrm
|
|
|
|
.endif
|
2008-05-03 03:12:00 +04:00
|
|
|
|
2008-06-28 20:11:35 +04:00
|
|
|
# file systems
|
|
|
|
SUBDIR+= adosfs
|
|
|
|
SUBDIR+= cd9660
|
|
|
|
SUBDIR+= coda
|
|
|
|
SUBDIR+= coda5
|
|
|
|
SUBDIR+= efs
|
|
|
|
SUBDIR+= ext2fs
|
|
|
|
SUBDIR+= fdesc
|
|
|
|
SUBDIR+= ffs
|
|
|
|
SUBDIR+= filecorefs
|
|
|
|
SUBDIR+= hfs
|
|
|
|
SUBDIR+= kernfs
|
|
|
|
SUBDIR+= lfs
|
|
|
|
SUBDIR+= mfs
|
|
|
|
SUBDIR+= msdosfs
|
|
|
|
SUBDIR+= ntfs
|
|
|
|
SUBDIR+= nullfs
|
|
|
|
SUBDIR+= overlay
|
|
|
|
SUBDIR+= portal
|
|
|
|
SUBDIR+= procfs
|
|
|
|
SUBDIR+= ptyfs
|
|
|
|
SUBDIR+= puffs
|
|
|
|
SUBDIR+= smbfs
|
|
|
|
SUBDIR+= tmpfs
|
|
|
|
SUBDIR+= udf
|
|
|
|
SUBDIR+= umapfs
|
|
|
|
SUBDIR+= union
|
|
|
|
.if (defined(NOTYET))
|
|
|
|
SUBDIR+= unionfs
|
|
|
|
.endif
|
|
|
|
|
2008-05-03 03:12:00 +04:00
|
|
|
.include <bsd.subdir.mk>
|