Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.20
      1  1.20      he #	$NetBSD: Makefile,v 1.20 2008/11/28 21:17:08 he 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.7  rumble SUBDIR+=	cd9660
     10   1.7  rumble SUBDIR+=	coda
     11   1.7  rumble SUBDIR+=	coda5
     12  1.15      ad SUBDIR+=	compat
     13  1.15      ad SUBDIR+=	compat_ossaudio
     14  1.15      ad SUBDIR+=	coredump
     15   1.7  rumble SUBDIR+=	efs
     16   1.7  rumble SUBDIR+=	ext2fs
     17  1.15      ad SUBDIR+=	exec_script
     18   1.7  rumble SUBDIR+=	fdesc
     19   1.7  rumble SUBDIR+=	ffs
     20  1.18      ad SUBDIR+=	filecore
     21  1.15      ad SUBDIR+=	fss
     22   1.7  rumble SUBDIR+=	hfs
     23   1.7  rumble SUBDIR+=	kernfs
     24  1.15      ad SUBDIR+=	ksem
     25   1.7  rumble SUBDIR+=	lfs
     26   1.7  rumble SUBDIR+=	mfs
     27  1.18      ad SUBDIR+=	msdos
     28  1.15      ad SUBDIR+=	nfs
     29  1.15      ad SUBDIR+=	nfsserver
     30   1.7  rumble SUBDIR+=	ntfs
     31  1.18      ad SUBDIR+=	null
     32   1.7  rumble SUBDIR+=	overlay
     33   1.7  rumble SUBDIR+=	portal
     34  1.19    cube SUBDIR+=	ppp_bsdcomp
     35  1.19    cube SUBDIR+=	ppp_deflate
     36   1.7  rumble SUBDIR+=	procfs
     37   1.7  rumble SUBDIR+=	ptyfs
     38   1.7  rumble SUBDIR+=	puffs
     39  1.15      ad SUBDIR+=	putter
     40  1.15      ad SUBDIR+=	miniroot
     41   1.7  rumble SUBDIR+=	smbfs
     42   1.7  rumble SUBDIR+=	tmpfs
     43   1.7  rumble SUBDIR+=	udf
     44  1.18      ad SUBDIR+=	umap
     45   1.7  rumble SUBDIR+=	union
     46   1.7  rumble .if (defined(NOTYET))
     47   1.7  rumble SUBDIR+=	unionfs
     48   1.7  rumble .endif
     49   1.7  rumble 
     50  1.15      ad # Machine dependent section
     51  1.17  martin .if ${MACHINE} != "alpha"
     52  1.17  martin SUBDIR+=	exec_elf32
     53  1.17  martin .endif
     54  1.15      ad 
     55  1.20      he .if ${MACHINE} == "alpha"
     56  1.20      he SUBDIR+=	compat_linux
     57  1.20      he SUBDIR+=	exec_elf64
     58  1.20      he .endif
     59  1.20      he 
     60  1.15      ad .if ${MACHINE} == "amd64"
     61  1.15      ad SUBDIR+=	azalia
     62  1.15      ad SUBDIR+=	compat_linux
     63  1.15      ad SUBDIR+=	compat_linux32
     64  1.15      ad SUBDIR+=	compat_netbsd32
     65  1.15      ad SUBDIR+=	drm
     66  1.15      ad SUBDIR+=	exec_elf64
     67  1.15      ad SUBDIR+=	i915drm
     68  1.15      ad .endif
     69  1.15      ad 
     70  1.15      ad .if ${MACHINE} == "i386"
     71  1.15      ad SUBDIR+=	azalia
     72  1.15      ad SUBDIR+=	compat_freebsd
     73  1.15      ad SUBDIR+=	compat_ibcs2
     74  1.15      ad SUBDIR+=	compat_linux
     75  1.15      ad SUBDIR+=	compat_svr4
     76  1.15      ad SUBDIR+=	drm
     77  1.15      ad SUBDIR+=	exec_aout
     78  1.15      ad SUBDIR+=	i915drm
     79  1.15      ad SUBDIR+=	radeondrm
     80  1.15      ad .endif
     81  1.15      ad 
     82   1.1      ad .include <bsd.subdir.mk>
     83