1 1.24 pooka # $NetBSD: Makefile,v 1.24 2009/01/05 15:36:51 pooka Exp $ 2 1.15 ad 3 1.15 ad # For all platforms 4 1.1 ad 5 1.16 ad SUBDIR= accf_dataready 6 1.16 ad SUBDIR+= accf_httpready 7 1.15 ad SUBDIR+= adosfs 8 1.14 ad SUBDIR+= aio 9 1.7 rumble SUBDIR+= cd9660 10 1.7 rumble SUBDIR+= coda 11 1.7 rumble SUBDIR+= coda5 12 1.15 ad SUBDIR+= compat 13 1.15 ad SUBDIR+= compat_ossaudio 14 1.15 ad SUBDIR+= coredump 15 1.7 rumble SUBDIR+= efs 16 1.7 rumble SUBDIR+= ext2fs 17 1.15 ad SUBDIR+= exec_script 18 1.7 rumble SUBDIR+= fdesc 19 1.7 rumble SUBDIR+= ffs 20 1.18 ad SUBDIR+= filecore 21 1.15 ad SUBDIR+= fss 22 1.7 rumble SUBDIR+= hfs 23 1.7 rumble SUBDIR+= kernfs 24 1.15 ad SUBDIR+= ksem 25 1.22 ad SUBDIR+= layerfs 26 1.7 rumble SUBDIR+= lfs 27 1.7 rumble SUBDIR+= mfs 28 1.18 ad SUBDIR+= msdos 29 1.15 ad SUBDIR+= nfs 30 1.15 ad SUBDIR+= nfsserver 31 1.7 rumble SUBDIR+= ntfs 32 1.18 ad SUBDIR+= null 33 1.7 rumble SUBDIR+= overlay 34 1.7 rumble SUBDIR+= portal 35 1.19 cube SUBDIR+= ppp_bsdcomp 36 1.19 cube SUBDIR+= ppp_deflate 37 1.7 rumble SUBDIR+= procfs 38 1.7 rumble SUBDIR+= ptyfs 39 1.7 rumble SUBDIR+= puffs 40 1.15 ad SUBDIR+= putter 41 1.15 ad SUBDIR+= miniroot 42 1.7 rumble SUBDIR+= smbfs 43 1.24 pooka SUBDIR+= sysvbfs 44 1.7 rumble SUBDIR+= tmpfs 45 1.7 rumble SUBDIR+= udf 46 1.18 ad SUBDIR+= umap 47 1.7 rumble SUBDIR+= union 48 1.7 rumble .if (defined(NOTYET)) 49 1.7 rumble SUBDIR+= unionfs 50 1.7 rumble .endif 51 1.7 rumble 52 1.15 ad # Machine dependent section 53 1.21 tsutsui .if ${MACHINE_ARCH} != "alpha" 54 1.17 martin SUBDIR+= exec_elf32 55 1.17 martin .endif 56 1.15 ad 57 1.21 tsutsui .if ${MACHINE_ARCH} == "alpha" || \ 58 1.21 tsutsui ${MACHINE_ARCH} == "sparc64" || \ 59 1.21 tsutsui ${MACHINE_ARCH} == "x86_64" 60 1.20 he SUBDIR+= exec_elf64 61 1.20 he .endif 62 1.20 he 63 1.15 ad .if ${MACHINE} == "amd64" 64 1.15 ad SUBDIR+= azalia 65 1.15 ad SUBDIR+= compat_linux 66 1.15 ad SUBDIR+= compat_linux32 67 1.15 ad SUBDIR+= compat_netbsd32 68 1.15 ad SUBDIR+= drm 69 1.15 ad SUBDIR+= i915drm 70 1.15 ad .endif 71 1.15 ad 72 1.15 ad .if ${MACHINE} == "i386" 73 1.15 ad SUBDIR+= azalia 74 1.15 ad SUBDIR+= compat_freebsd 75 1.15 ad SUBDIR+= compat_ibcs2 76 1.15 ad SUBDIR+= compat_linux 77 1.15 ad SUBDIR+= compat_svr4 78 1.15 ad SUBDIR+= drm 79 1.15 ad SUBDIR+= exec_aout 80 1.15 ad SUBDIR+= i915drm 81 1.15 ad SUBDIR+= radeondrm 82 1.15 ad .endif 83 1.15 ad 84 1.23 agc .include <bsd.own.mk> 85 1.23 agc 86 1.23 agc # we need our device mapper for LVM 87 1.23 agc .if (${MKLVM} != "no") 88 1.23 agc SUBDIR+= dm 89 1.23 agc .endif 90 1.23 agc 91 1.1 ad .include <bsd.subdir.mk> 92