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