Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.33
      1  1.33      elad #	$NetBSD: Makefile,v 1.33 2009/10/02 18:50:12 elad 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.31     rmind SUBDIR+=	mqueue
     29  1.18        ad SUBDIR+=	msdos
     30  1.15        ad SUBDIR+=	nfs
     31  1.15        ad SUBDIR+=	nfsserver
     32  1.30   reinoud SUBDIR+=	nilfs
     33   1.7    rumble SUBDIR+=	ntfs
     34  1.18        ad SUBDIR+=	null
     35   1.7    rumble SUBDIR+=	overlay
     36   1.7    rumble SUBDIR+=	portal
     37  1.19      cube SUBDIR+=	ppp_bsdcomp
     38  1.19      cube SUBDIR+=	ppp_deflate
     39   1.7    rumble SUBDIR+=	procfs
     40   1.7    rumble SUBDIR+=	ptyfs
     41   1.7    rumble SUBDIR+=	puffs
     42  1.15        ad SUBDIR+=	putter
     43  1.15        ad SUBDIR+=	miniroot
     44  1.33      elad SUBDIR+=	secmodel_bsd44
     45  1.33      elad SUBDIR+=	secmodel_overlay
     46  1.33      elad SUBDIR+=	securelevel
     47   1.7    rumble SUBDIR+=	smbfs
     48  1.24     pooka SUBDIR+=	sysvbfs
     49  1.33      elad SUBDIR+=	suser
     50   1.7    rumble SUBDIR+=	tmpfs
     51   1.7    rumble SUBDIR+=	udf
     52  1.18        ad SUBDIR+=	umap
     53   1.7    rumble SUBDIR+=	union
     54  1.25      haad SUBDIR+=	vnd
     55  1.29      yamt SUBDIR+=	tprof
     56   1.7    rumble .if (defined(NOTYET))
     57   1.7    rumble SUBDIR+=	unionfs
     58   1.7    rumble .endif
     59   1.7    rumble 
     60  1.15        ad # Machine dependent section
     61  1.21   tsutsui .if ${MACHINE_ARCH} != "alpha"
     62  1.17    martin SUBDIR+=	exec_elf32
     63  1.17    martin .endif
     64  1.15        ad 
     65  1.21   tsutsui .if ${MACHINE_ARCH} == "alpha" || \
     66  1.21   tsutsui     ${MACHINE_ARCH} == "sparc64" || \
     67  1.21   tsutsui     ${MACHINE_ARCH} == "x86_64"
     68  1.20        he SUBDIR+=	exec_elf64
     69  1.20        he .endif
     70  1.20        he 
     71  1.29      yamt .if ${MACHINE_ARCH} == "i386" || \
     72  1.29      yamt     ${MACHINE_ARCH} == "x86_64"
     73  1.29      yamt SUBDIR+=	tprof_pmi
     74  1.29      yamt .endif
     75  1.29      yamt 
     76  1.27       abs .if ${MACHINE_ARCH} == "x86_64"
     77  1.15        ad SUBDIR+=	azalia
     78  1.15        ad SUBDIR+=	compat_linux
     79  1.15        ad SUBDIR+=	compat_linux32
     80  1.15        ad SUBDIR+=	compat_netbsd32
     81  1.15        ad SUBDIR+=	drm
     82  1.15        ad SUBDIR+=	i915drm
     83  1.15        ad .endif
     84  1.15        ad 
     85  1.27       abs .if ${MACHINE_ARCH} == "i386"
     86  1.15        ad SUBDIR+=	azalia
     87  1.15        ad SUBDIR+=	compat_freebsd
     88  1.15        ad SUBDIR+=	compat_ibcs2
     89  1.15        ad SUBDIR+=	compat_linux
     90  1.15        ad SUBDIR+=	compat_svr4
     91  1.15        ad SUBDIR+=	drm
     92  1.15        ad SUBDIR+=	exec_aout
     93  1.15        ad SUBDIR+=	i915drm
     94  1.15        ad SUBDIR+=	radeondrm
     95  1.32  jmcneill SUBDIR+=	viadrm
     96  1.15        ad .endif
     97  1.15        ad 
     98  1.23       agc .include <bsd.own.mk>
     99  1.23       agc 
    100  1.23       agc # we need our device mapper for LVM
    101  1.23       agc .if (${MKLVM} != "no")
    102  1.28      yamt SUBDIR+= 	dm
    103  1.23       agc .endif
    104  1.23       agc 
    105   1.1        ad .include <bsd.subdir.mk>
    106