Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.32
      1  1.32  jmcneill #	$NetBSD: Makefile,v 1.32 2009/09/27 12:46:39 jmcneill 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.7    rumble SUBDIR+=	smbfs
     45  1.24     pooka SUBDIR+=	sysvbfs
     46   1.7    rumble SUBDIR+=	tmpfs
     47   1.7    rumble SUBDIR+=	udf
     48  1.18        ad SUBDIR+=	umap
     49   1.7    rumble SUBDIR+=	union
     50  1.25      haad SUBDIR+=	vnd
     51  1.29      yamt SUBDIR+=	tprof
     52   1.7    rumble .if (defined(NOTYET))
     53   1.7    rumble SUBDIR+=	unionfs
     54   1.7    rumble .endif
     55   1.7    rumble 
     56  1.15        ad # Machine dependent section
     57  1.21   tsutsui .if ${MACHINE_ARCH} != "alpha"
     58  1.17    martin SUBDIR+=	exec_elf32
     59  1.17    martin .endif
     60  1.15        ad 
     61  1.21   tsutsui .if ${MACHINE_ARCH} == "alpha" || \
     62  1.21   tsutsui     ${MACHINE_ARCH} == "sparc64" || \
     63  1.21   tsutsui     ${MACHINE_ARCH} == "x86_64"
     64  1.20        he SUBDIR+=	exec_elf64
     65  1.20        he .endif
     66  1.20        he 
     67  1.29      yamt .if ${MACHINE_ARCH} == "i386" || \
     68  1.29      yamt     ${MACHINE_ARCH} == "x86_64"
     69  1.29      yamt SUBDIR+=	tprof_pmi
     70  1.29      yamt .endif
     71  1.29      yamt 
     72  1.27       abs .if ${MACHINE_ARCH} == "x86_64"
     73  1.15        ad SUBDIR+=	azalia
     74  1.15        ad SUBDIR+=	compat_linux
     75  1.15        ad SUBDIR+=	compat_linux32
     76  1.15        ad SUBDIR+=	compat_netbsd32
     77  1.15        ad SUBDIR+=	drm
     78  1.15        ad SUBDIR+=	i915drm
     79  1.15        ad .endif
     80  1.15        ad 
     81  1.27       abs .if ${MACHINE_ARCH} == "i386"
     82  1.15        ad SUBDIR+=	azalia
     83  1.15        ad SUBDIR+=	compat_freebsd
     84  1.15        ad SUBDIR+=	compat_ibcs2
     85  1.15        ad SUBDIR+=	compat_linux
     86  1.15        ad SUBDIR+=	compat_svr4
     87  1.15        ad SUBDIR+=	drm
     88  1.15        ad SUBDIR+=	exec_aout
     89  1.15        ad SUBDIR+=	i915drm
     90  1.15        ad SUBDIR+=	radeondrm
     91  1.32  jmcneill SUBDIR+=	viadrm
     92  1.15        ad .endif
     93  1.15        ad 
     94  1.23       agc .include <bsd.own.mk>
     95  1.23       agc 
     96  1.23       agc # we need our device mapper for LVM
     97  1.23       agc .if (${MKLVM} != "no")
     98  1.28      yamt SUBDIR+= 	dm
     99  1.23       agc .endif
    100  1.23       agc 
    101   1.1        ad .include <bsd.subdir.mk>
    102