Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.35
      1  1.35     skrll #	$NetBSD: Makefile,v 1.35 2009/11/10 14:47:52 skrll Exp $
      2  1.15        ad 
      3  1.15        ad # For all platforms
      4   1.1        ad 
      5  1.35     skrll SUBDIR=		xldscripts
      6  1.35     skrll SUBDIR+=	accf_dataready
      7  1.16        ad SUBDIR+=	accf_httpready
      8  1.15        ad SUBDIR+=	adosfs
      9  1.14        ad SUBDIR+=	aio
     10   1.7    rumble SUBDIR+=	cd9660
     11   1.7    rumble SUBDIR+=	coda
     12   1.7    rumble SUBDIR+=	coda5
     13  1.15        ad SUBDIR+=	compat
     14  1.15        ad SUBDIR+=	compat_ossaudio
     15  1.15        ad SUBDIR+=	coredump
     16   1.7    rumble SUBDIR+=	efs
     17   1.7    rumble SUBDIR+=	ext2fs
     18  1.15        ad SUBDIR+=	exec_script
     19   1.7    rumble SUBDIR+=	fdesc
     20   1.7    rumble SUBDIR+=	ffs
     21  1.18        ad SUBDIR+=	filecore
     22  1.15        ad SUBDIR+=	fss
     23   1.7    rumble SUBDIR+=	hfs
     24   1.7    rumble SUBDIR+=	kernfs
     25  1.15        ad SUBDIR+=	ksem
     26  1.22        ad SUBDIR+=	layerfs
     27   1.7    rumble SUBDIR+=	lfs
     28   1.7    rumble SUBDIR+=	mfs
     29  1.31     rmind SUBDIR+=	mqueue
     30  1.18        ad SUBDIR+=	msdos
     31  1.15        ad SUBDIR+=	nfs
     32  1.15        ad SUBDIR+=	nfsserver
     33  1.30   reinoud SUBDIR+=	nilfs
     34   1.7    rumble SUBDIR+=	ntfs
     35  1.18        ad SUBDIR+=	null
     36   1.7    rumble SUBDIR+=	overlay
     37   1.7    rumble SUBDIR+=	portal
     38  1.19      cube SUBDIR+=	ppp_bsdcomp
     39  1.19      cube SUBDIR+=	ppp_deflate
     40   1.7    rumble SUBDIR+=	procfs
     41   1.7    rumble SUBDIR+=	ptyfs
     42   1.7    rumble SUBDIR+=	puffs
     43  1.15        ad SUBDIR+=	putter
     44  1.15        ad SUBDIR+=	miniroot
     45  1.33      elad SUBDIR+=	secmodel_bsd44
     46  1.33      elad SUBDIR+=	secmodel_overlay
     47  1.33      elad SUBDIR+=	securelevel
     48   1.7    rumble SUBDIR+=	smbfs
     49  1.24     pooka SUBDIR+=	sysvbfs
     50  1.33      elad SUBDIR+=	suser
     51   1.7    rumble SUBDIR+=	tmpfs
     52   1.7    rumble SUBDIR+=	udf
     53  1.18        ad SUBDIR+=	umap
     54   1.7    rumble SUBDIR+=	union
     55  1.25      haad SUBDIR+=	vnd
     56  1.29      yamt SUBDIR+=	tprof
     57   1.7    rumble .if (defined(NOTYET))
     58   1.7    rumble SUBDIR+=	unionfs
     59   1.7    rumble .endif
     60   1.7    rumble 
     61  1.15        ad # Machine dependent section
     62  1.21   tsutsui .if ${MACHINE_ARCH} != "alpha"
     63  1.17    martin SUBDIR+=	exec_elf32
     64  1.17    martin .endif
     65  1.15        ad 
     66  1.21   tsutsui .if ${MACHINE_ARCH} == "alpha" || \
     67  1.21   tsutsui     ${MACHINE_ARCH} == "sparc64" || \
     68  1.21   tsutsui     ${MACHINE_ARCH} == "x86_64"
     69  1.20        he SUBDIR+=	exec_elf64
     70  1.20        he .endif
     71  1.20        he 
     72  1.29      yamt .if ${MACHINE_ARCH} == "i386" || \
     73  1.29      yamt     ${MACHINE_ARCH} == "x86_64"
     74  1.29      yamt SUBDIR+=	tprof_pmi
     75  1.29      yamt .endif
     76  1.29      yamt 
     77  1.27       abs .if ${MACHINE_ARCH} == "x86_64"
     78  1.15        ad SUBDIR+=	azalia
     79  1.15        ad SUBDIR+=	compat_linux
     80  1.15        ad SUBDIR+=	compat_linux32
     81  1.15        ad SUBDIR+=	compat_netbsd32
     82  1.15        ad SUBDIR+=	drm
     83  1.15        ad SUBDIR+=	i915drm
     84  1.15        ad .endif
     85  1.15        ad 
     86  1.27       abs .if ${MACHINE_ARCH} == "i386"
     87  1.15        ad SUBDIR+=	azalia
     88  1.15        ad SUBDIR+=	compat_freebsd
     89  1.15        ad SUBDIR+=	compat_ibcs2
     90  1.15        ad SUBDIR+=	compat_linux
     91  1.15        ad SUBDIR+=	compat_svr4
     92  1.15        ad SUBDIR+=	drm
     93  1.15        ad SUBDIR+=	exec_aout
     94  1.15        ad SUBDIR+=	i915drm
     95  1.15        ad SUBDIR+=	radeondrm
     96  1.32  jmcneill SUBDIR+=	viadrm
     97  1.15        ad .endif
     98  1.15        ad 
     99  1.23       agc .include <bsd.own.mk>
    100  1.23       agc 
    101  1.23       agc # we need our device mapper for LVM
    102  1.23       agc .if (${MKLVM} != "no")
    103  1.28      yamt SUBDIR+= 	dm
    104  1.23       agc .endif
    105  1.23       agc 
    106  1.34      haad # we need solaris and zfs modules for ZFS
    107  1.34      haad .if (${MKZFS} != "no")
    108  1.34      haad SUBDIR+=        solaris
    109  1.34      haad SUBDIR+=	zfs
    110  1.34      haad .endif
    111  1.34      haad 
    112   1.1        ad .include <bsd.subdir.mk>
    113