Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.38.2.3
      1  1.38.2.1  uebayasi #	$NetBSD: Makefile,v 1.38.2.3 2010/10/22 07:22:37 uebayasi 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.38.2.2  uebayasi SUBDIR+=	miiverbose
     32  1.38.2.2  uebayasi SUBDIR+=	miniroot
     33      1.31     rmind SUBDIR+=	mqueue
     34      1.18        ad SUBDIR+=	msdos
     35      1.15        ad SUBDIR+=	nfs
     36      1.15        ad SUBDIR+=	nfsserver
     37      1.30   reinoud SUBDIR+=	nilfs
     38       1.7    rumble SUBDIR+=	ntfs
     39      1.18        ad SUBDIR+=	null
     40       1.7    rumble SUBDIR+=	overlay
     41  1.38.2.2  uebayasi SUBDIR+=	pciverbose
     42  1.38.2.1  uebayasi SUBDIR+=	pf
     43      1.19      cube SUBDIR+=	ppp_bsdcomp
     44      1.19      cube SUBDIR+=	ppp_deflate
     45       1.7    rumble SUBDIR+=	procfs
     46       1.7    rumble SUBDIR+=	ptyfs
     47       1.7    rumble SUBDIR+=	puffs
     48      1.15        ad SUBDIR+=	putter
     49  1.38.2.2  uebayasi SUBDIR+=	scsiverbose
     50      1.33      elad SUBDIR+=	secmodel_bsd44
     51      1.33      elad SUBDIR+=	secmodel_overlay
     52      1.33      elad SUBDIR+=	securelevel
     53       1.7    rumble SUBDIR+=	smbfs
     54      1.24     pooka SUBDIR+=	sysvbfs
     55      1.33      elad SUBDIR+=	suser
     56  1.38.2.3  uebayasi SUBDIR+=	swsensor
     57       1.7    rumble SUBDIR+=	tmpfs
     58       1.7    rumble SUBDIR+=	udf
     59      1.18        ad SUBDIR+=	umap
     60       1.7    rumble SUBDIR+=	union
     61  1.38.2.2  uebayasi SUBDIR+=	usbverbose
     62      1.25      haad SUBDIR+=	vnd
     63      1.29      yamt SUBDIR+=	tprof
     64       1.7    rumble .if (defined(NOTYET))
     65       1.7    rumble SUBDIR+=	unionfs
     66       1.7    rumble .endif
     67      1.37    dyoung .if ${MKBINUTILS} != "no"
     68      1.37    dyoung SUBDIR+=	xldscripts
     69      1.37    dyoung .endif
     70       1.7    rumble 
     71      1.15        ad # Machine dependent section
     72  1.38.2.3  uebayasi .if ${MACHINE_ARCH} == "i386" || \
     73  1.38.2.3  uebayasi     ${MACHINE_CPU} == "m68k"
     74  1.38.2.3  uebayasi SUBDIR+=	exec_aout
     75  1.38.2.3  uebayasi .endif
     76  1.38.2.3  uebayasi 
     77      1.21   tsutsui .if ${MACHINE_ARCH} != "alpha"
     78      1.17    martin SUBDIR+=	exec_elf32
     79      1.17    martin .endif
     80      1.15        ad 
     81      1.21   tsutsui .if ${MACHINE_ARCH} == "alpha" || \
     82      1.21   tsutsui     ${MACHINE_ARCH} == "sparc64" || \
     83      1.21   tsutsui     ${MACHINE_ARCH} == "x86_64"
     84      1.20        he SUBDIR+=	exec_elf64
     85      1.20        he .endif
     86      1.20        he 
     87      1.29      yamt .if ${MACHINE_ARCH} == "i386" || \
     88      1.29      yamt     ${MACHINE_ARCH} == "x86_64"
     89      1.29      yamt SUBDIR+=	tprof_pmi
     90      1.29      yamt .endif
     91      1.29      yamt 
     92  1.38.2.2  uebayasi .if ${MACHINE_ARCH} == "i386" || \
     93  1.38.2.2  uebayasi     ${MACHINE_ARCH} == "ia64" || \
     94  1.38.2.2  uebayasi     ${MACHINE_ARCH} == "x86_64"
     95  1.38.2.2  uebayasi SUBDIR+=	acpiverbose
     96  1.38.2.2  uebayasi .endif
     97  1.38.2.2  uebayasi 
     98      1.27       abs .if ${MACHINE_ARCH} == "x86_64"
     99      1.15        ad SUBDIR+=	azalia
    100      1.15        ad SUBDIR+=	compat_linux
    101      1.15        ad SUBDIR+=	compat_linux32
    102      1.15        ad SUBDIR+=	compat_netbsd32
    103      1.15        ad SUBDIR+=	drm
    104      1.15        ad SUBDIR+=	i915drm
    105  1.38.2.1  uebayasi SUBDIR+=	pad
    106      1.15        ad .endif
    107      1.15        ad 
    108      1.27       abs .if ${MACHINE_ARCH} == "i386"
    109      1.15        ad SUBDIR+=	azalia
    110      1.15        ad SUBDIR+=	compat_freebsd
    111      1.15        ad SUBDIR+=	compat_ibcs2
    112      1.15        ad SUBDIR+=	compat_linux
    113      1.15        ad SUBDIR+=	compat_svr4
    114      1.15        ad SUBDIR+=	drm
    115      1.15        ad SUBDIR+=	i915drm
    116      1.15        ad SUBDIR+=	radeondrm
    117      1.32  jmcneill SUBDIR+=	viadrm
    118  1.38.2.1  uebayasi SUBDIR+=	pad
    119      1.15        ad .endif
    120      1.15        ad 
    121  1.38.2.3  uebayasi .if ${MACHINE_CPU} == "m68k"
    122  1.38.2.3  uebayasi SUBDIR+=	compat_aoutm68k
    123  1.38.2.3  uebayasi #SUBDIR+=	compat_linux
    124  1.38.2.3  uebayasi #SUBDIR+=	compat_sunos
    125  1.38.2.3  uebayasi #SUBDIR+=	compat_svr4
    126  1.38.2.3  uebayasi .endif
    127  1.38.2.3  uebayasi 
    128      1.23       agc .include <bsd.own.mk>
    129      1.23       agc 
    130      1.23       agc # we need our device mapper for LVM
    131      1.23       agc .if (${MKLVM} != "no")
    132      1.28      yamt SUBDIR+= 	dm
    133      1.23       agc .endif
    134      1.23       agc 
    135  1.38.2.1  uebayasi .if (${MKDTRACE} != "no")
    136  1.38.2.1  uebayasi SUBDIR+=	dtrace
    137  1.38.2.1  uebayasi .endif
    138  1.38.2.1  uebayasi 
    139  1.38.2.1  uebayasi # we need solaris for the dtrace and zfs modules
    140  1.38.2.1  uebayasi .if (${MKDTRACE} != "no" || ${MKZFS} != "no")
    141      1.34      haad SUBDIR+=        solaris
    142  1.38.2.1  uebayasi .endif
    143  1.38.2.1  uebayasi 
    144  1.38.2.1  uebayasi .if (${MKZFS} != "no")
    145      1.34      haad SUBDIR+=	zfs
    146      1.34      haad .endif
    147      1.34      haad 
    148       1.1        ad .include <bsd.subdir.mk>
    149