Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.16
      1 #	$NetBSD: Makefile,v 1.16 2008/11/20 09:58:45 ad 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_elf32
     18 SUBDIR+=	exec_script
     19 SUBDIR+=	fdesc
     20 SUBDIR+=	ffs
     21 SUBDIR+=	filecorefs
     22 SUBDIR+=	fss
     23 SUBDIR+=	hfs
     24 SUBDIR+=	kernfs
     25 SUBDIR+=	ksem
     26 SUBDIR+=	lfs
     27 SUBDIR+=	mfs
     28 SUBDIR+=	msdosfs
     29 SUBDIR+=	nfs
     30 SUBDIR+=	nfsserver
     31 SUBDIR+=	ntfs
     32 SUBDIR+=	nullfs
     33 SUBDIR+=	overlay
     34 SUBDIR+=	portal
     35 SUBDIR+=	procfs
     36 SUBDIR+=	ptyfs
     37 SUBDIR+=	puffs
     38 SUBDIR+=	putter
     39 SUBDIR+=	miniroot
     40 SUBDIR+=	smbfs
     41 SUBDIR+=	tmpfs
     42 SUBDIR+=	udf
     43 SUBDIR+=	umapfs
     44 SUBDIR+=	union
     45 .if (defined(NOTYET))
     46 SUBDIR+=	unionfs
     47 .endif
     48 
     49 # Machine dependent section
     50 
     51 .if ${MACHINE} == "amd64"
     52 SUBDIR+=	azalia
     53 SUBDIR+=	compat_linux
     54 SUBDIR+=	compat_linux32
     55 SUBDIR+=	compat_netbsd32
     56 SUBDIR+=	drm
     57 SUBDIR+=	exec_elf64
     58 SUBDIR+=	i915drm
     59 .endif
     60 
     61 .if ${MACHINE} == "i386"
     62 SUBDIR+=	azalia
     63 SUBDIR+=	compat_freebsd
     64 SUBDIR+=	compat_ibcs2
     65 SUBDIR+=	compat_linux
     66 SUBDIR+=	compat_svr4
     67 SUBDIR+=	drm
     68 SUBDIR+=	exec_aout
     69 SUBDIR+=	i915drm
     70 SUBDIR+=	radeondrm
     71 .endif
     72 
     73 .include <bsd.subdir.mk>
     74