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