50 lines
799 B
Makefile
50 lines
799 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/11/13 10:15:52 ad Exp $
|
|
|
|
SUBDIR= accf_data
|
|
SUBDIR+= accf_http
|
|
SUBDIR+= compat_ossaudio
|
|
SUBDIR+= fss
|
|
SUBDIR+= ksem
|
|
SUBDIR+= miniroot
|
|
SUBDIR+= putter
|
|
|
|
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
|
|
SUBDIR+= azalia drm i915drm
|
|
.endif
|
|
.if ${MACHINE} == "i386"
|
|
SUBDIR+= radeondrm
|
|
.endif
|
|
|
|
# file systems
|
|
SUBDIR+= adosfs
|
|
SUBDIR+= cd9660
|
|
SUBDIR+= coda
|
|
SUBDIR+= coda5
|
|
SUBDIR+= efs
|
|
SUBDIR+= ext2fs
|
|
SUBDIR+= fdesc
|
|
SUBDIR+= ffs
|
|
SUBDIR+= filecorefs
|
|
SUBDIR+= hfs
|
|
SUBDIR+= kernfs
|
|
SUBDIR+= lfs
|
|
SUBDIR+= mfs
|
|
SUBDIR+= msdosfs
|
|
SUBDIR+= ntfs
|
|
SUBDIR+= nullfs
|
|
SUBDIR+= overlay
|
|
SUBDIR+= portal
|
|
SUBDIR+= procfs
|
|
SUBDIR+= ptyfs
|
|
SUBDIR+= puffs
|
|
SUBDIR+= smbfs
|
|
SUBDIR+= tmpfs
|
|
SUBDIR+= udf
|
|
SUBDIR+= umapfs
|
|
SUBDIR+= union
|
|
.if (defined(NOTYET))
|
|
SUBDIR+= unionfs
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|