2008-11-24 14:26:49 +03:00
|
|
|
# $NetBSD: Makefile,v 1.18 2008/11/24 11:26:49 ad Exp $
|
2008-11-19 21:35:57 +03:00
|
|
|
|
|
|
|
# For all platforms
|
2008-05-03 03:12:00 +04:00
|
|
|
|
2008-11-20 12:58:45 +03:00
|
|
|
SUBDIR= accf_dataready
|
|
|
|
SUBDIR+= accf_httpready
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= adosfs
|
2008-11-19 21:35:57 +03:00
|
|
|
SUBDIR+= aio
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= cd9660
|
|
|
|
SUBDIR+= coda
|
|
|
|
SUBDIR+= coda5
|
2008-11-19 21:35:57 +03:00
|
|
|
SUBDIR+= compat
|
|
|
|
SUBDIR+= compat_ossaudio
|
|
|
|
SUBDIR+= coredump
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= efs
|
|
|
|
SUBDIR+= ext2fs
|
2008-11-19 21:35:57 +03:00
|
|
|
SUBDIR+= exec_script
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= fdesc
|
|
|
|
SUBDIR+= ffs
|
2008-11-24 14:26:49 +03:00
|
|
|
SUBDIR+= filecore
|
2008-11-19 21:35:57 +03:00
|
|
|
SUBDIR+= fss
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= hfs
|
|
|
|
SUBDIR+= kernfs
|
2008-11-19 21:35:57 +03:00
|
|
|
SUBDIR+= ksem
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= lfs
|
|
|
|
SUBDIR+= mfs
|
2008-11-24 14:26:49 +03:00
|
|
|
SUBDIR+= msdos
|
2008-11-19 21:35:57 +03:00
|
|
|
SUBDIR+= nfs
|
|
|
|
SUBDIR+= nfsserver
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= ntfs
|
2008-11-24 14:26:49 +03:00
|
|
|
SUBDIR+= null
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= overlay
|
|
|
|
SUBDIR+= portal
|
|
|
|
SUBDIR+= procfs
|
|
|
|
SUBDIR+= ptyfs
|
|
|
|
SUBDIR+= puffs
|
2008-11-19 21:35:57 +03:00
|
|
|
SUBDIR+= putter
|
|
|
|
SUBDIR+= miniroot
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= smbfs
|
|
|
|
SUBDIR+= tmpfs
|
|
|
|
SUBDIR+= udf
|
2008-11-24 14:26:49 +03:00
|
|
|
SUBDIR+= umap
|
2008-06-28 20:11:35 +04:00
|
|
|
SUBDIR+= union
|
|
|
|
.if (defined(NOTYET))
|
|
|
|
SUBDIR+= unionfs
|
|
|
|
.endif
|
|
|
|
|
2008-11-19 21:35:57 +03:00
|
|
|
# Machine dependent section
|
2008-11-23 18:29:42 +03:00
|
|
|
.if ${MACHINE} != "alpha"
|
|
|
|
SUBDIR+= exec_elf32
|
|
|
|
.endif
|
2008-11-19 21:35:57 +03:00
|
|
|
|
|
|
|
.if ${MACHINE} == "amd64"
|
|
|
|
SUBDIR+= azalia
|
|
|
|
SUBDIR+= compat_linux
|
|
|
|
SUBDIR+= compat_linux32
|
|
|
|
SUBDIR+= compat_netbsd32
|
|
|
|
SUBDIR+= drm
|
|
|
|
SUBDIR+= exec_elf64
|
|
|
|
SUBDIR+= i915drm
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${MACHINE} == "i386"
|
|
|
|
SUBDIR+= azalia
|
|
|
|
SUBDIR+= compat_freebsd
|
|
|
|
SUBDIR+= compat_ibcs2
|
|
|
|
SUBDIR+= compat_linux
|
|
|
|
SUBDIR+= compat_svr4
|
|
|
|
SUBDIR+= drm
|
|
|
|
SUBDIR+= exec_aout
|
|
|
|
SUBDIR+= i915drm
|
|
|
|
SUBDIR+= radeondrm
|
|
|
|
.endif
|
|
|
|
|
2008-05-03 03:12:00 +04:00
|
|
|
.include <bsd.subdir.mk>
|