Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.25
      1  1.25     haad #	$NetBSD: Makefile,v 1.25 2009/02/05 17:32:10 haad 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.25     haad SUBDIR+=	ccd
     10   1.7   rumble SUBDIR+=	cd9660
     11  1.25     haad SUBDIR+=	cgd
     12   1.7   rumble SUBDIR+=	coda
     13   1.7   rumble SUBDIR+=	coda5
     14  1.15       ad SUBDIR+=	compat
     15  1.15       ad SUBDIR+=	compat_ossaudio
     16  1.15       ad SUBDIR+=	coredump
     17   1.7   rumble SUBDIR+=	efs
     18   1.7   rumble SUBDIR+=	ext2fs
     19  1.15       ad SUBDIR+=	exec_script
     20   1.7   rumble SUBDIR+=	fdesc
     21   1.7   rumble SUBDIR+=	ffs
     22  1.18       ad SUBDIR+=	filecore
     23  1.15       ad SUBDIR+=	fss
     24   1.7   rumble SUBDIR+=	hfs
     25   1.7   rumble SUBDIR+=	kernfs
     26  1.15       ad SUBDIR+=	ksem
     27  1.22       ad SUBDIR+=	layerfs
     28   1.7   rumble SUBDIR+=	lfs
     29   1.7   rumble SUBDIR+=	mfs
     30  1.18       ad SUBDIR+=	msdos
     31  1.15       ad SUBDIR+=	nfs
     32  1.15       ad SUBDIR+=	nfsserver
     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.7   rumble .if (defined(NOTYET))
     52   1.7   rumble SUBDIR+=	unionfs
     53   1.7   rumble .endif
     54   1.7   rumble 
     55  1.15       ad # Machine dependent section
     56  1.21  tsutsui .if ${MACHINE_ARCH} != "alpha"
     57  1.17   martin SUBDIR+=	exec_elf32
     58  1.17   martin .endif
     59  1.15       ad 
     60  1.21  tsutsui .if ${MACHINE_ARCH} == "alpha" || \
     61  1.21  tsutsui     ${MACHINE_ARCH} == "sparc64" || \
     62  1.21  tsutsui     ${MACHINE_ARCH} == "x86_64"
     63  1.20       he SUBDIR+=	exec_elf64
     64  1.20       he .endif
     65  1.20       he 
     66  1.15       ad .if ${MACHINE} == "amd64"
     67  1.15       ad SUBDIR+=	azalia
     68  1.15       ad SUBDIR+=	compat_linux
     69  1.15       ad SUBDIR+=	compat_linux32
     70  1.15       ad SUBDIR+=	compat_netbsd32
     71  1.15       ad SUBDIR+=	drm
     72  1.15       ad SUBDIR+=	i915drm
     73  1.15       ad .endif
     74  1.15       ad 
     75  1.15       ad .if ${MACHINE} == "i386"
     76  1.15       ad SUBDIR+=	azalia
     77  1.15       ad SUBDIR+=	compat_freebsd
     78  1.15       ad SUBDIR+=	compat_ibcs2
     79  1.15       ad SUBDIR+=	compat_linux
     80  1.15       ad SUBDIR+=	compat_svr4
     81  1.15       ad SUBDIR+=	drm
     82  1.15       ad SUBDIR+=	exec_aout
     83  1.15       ad SUBDIR+=	i915drm
     84  1.15       ad SUBDIR+=	radeondrm
     85  1.15       ad .endif
     86  1.15       ad 
     87  1.23      agc .include <bsd.own.mk>
     88  1.23      agc 
     89  1.23      agc # we need our device mapper for LVM
     90  1.23      agc .if (${MKLVM} != "no")
     91  1.23      agc SUBDIR+= dm
     92  1.23      agc .endif
     93  1.23      agc 
     94   1.1       ad .include <bsd.subdir.mk>
     95