Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.18
      1 #	$NetBSD: Makefile,v 1.18 2008/11/24 11:26:49 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_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+=	procfs
     35 SUBDIR+=	ptyfs
     36 SUBDIR+=	puffs
     37 SUBDIR+=	putter
     38 SUBDIR+=	miniroot
     39 SUBDIR+=	smbfs
     40 SUBDIR+=	tmpfs
     41 SUBDIR+=	udf
     42 SUBDIR+=	umap
     43 SUBDIR+=	union
     44 .if (defined(NOTYET))
     45 SUBDIR+=	unionfs
     46 .endif
     47 
     48 # Machine dependent section
     49 .if ${MACHINE} != "alpha"
     50 SUBDIR+=	exec_elf32
     51 .endif
     52 
     53 .if ${MACHINE} == "amd64"
     54 SUBDIR+=	azalia
     55 SUBDIR+=	compat_linux
     56 SUBDIR+=	compat_linux32
     57 SUBDIR+=	compat_netbsd32
     58 SUBDIR+=	drm
     59 SUBDIR+=	exec_elf64
     60 SUBDIR+=	i915drm
     61 .endif
     62 
     63 .if ${MACHINE} == "i386"
     64 SUBDIR+=	azalia
     65 SUBDIR+=	compat_freebsd
     66 SUBDIR+=	compat_ibcs2
     67 SUBDIR+=	compat_linux
     68 SUBDIR+=	compat_svr4
     69 SUBDIR+=	drm
     70 SUBDIR+=	exec_aout
     71 SUBDIR+=	i915drm
     72 SUBDIR+=	radeondrm
     73 .endif
     74 
     75 .include <bsd.subdir.mk>
     76