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