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