Cross Reference: Makefile
xref: /src/sys/modules/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/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
5SUBDIR=		accf_dataready
6SUBDIR+=	accf_httpready
7SUBDIR+=	adosfs
8SUBDIR+=	aio
9SUBDIR+=	cd9660
10SUBDIR+=	coda
11SUBDIR+=	coda5
12SUBDIR+=	compat
13SUBDIR+=	compat_ossaudio
14SUBDIR+=	coredump
15SUBDIR+=	efs
16SUBDIR+=	ext2fs
17SUBDIR+=	exec_elf32
18SUBDIR+=	exec_script
19SUBDIR+=	fdesc
20SUBDIR+=	ffs
21SUBDIR+=	filecorefs
22SUBDIR+=	fss
23SUBDIR+=	hfs
24SUBDIR+=	kernfs
25SUBDIR+=	ksem
26SUBDIR+=	lfs
27SUBDIR+=	mfs
28SUBDIR+=	msdosfs
29SUBDIR+=	nfs
30SUBDIR+=	nfsserver
31SUBDIR+=	ntfs
32SUBDIR+=	nullfs
33SUBDIR+=	overlay
34SUBDIR+=	portal
35SUBDIR+=	procfs
36SUBDIR+=	ptyfs
37SUBDIR+=	puffs
38SUBDIR+=	putter
39SUBDIR+=	miniroot
40SUBDIR+=	smbfs
41SUBDIR+=	tmpfs
42SUBDIR+=	udf
43SUBDIR+=	umapfs
44SUBDIR+=	union
45.if (defined(NOTYET))
46SUBDIR+=	unionfs
47.endif
48
49# Machine dependent section
50
51.if ${MACHINE} == "amd64"
52SUBDIR+=	azalia
53SUBDIR+=	compat_linux
54SUBDIR+=	compat_linux32
55SUBDIR+=	compat_netbsd32
56SUBDIR+=	drm
57SUBDIR+=	exec_elf64
58SUBDIR+=	i915drm
59.endif
60
61.if ${MACHINE} == "i386"
62SUBDIR+=	azalia
63SUBDIR+=	compat_freebsd
64SUBDIR+=	compat_ibcs2
65SUBDIR+=	compat_linux
66SUBDIR+=	compat_svr4
67SUBDIR+=	drm
68SUBDIR+=	exec_aout
69SUBDIR+=	i915drm
70SUBDIR+=	radeondrm
71.endif
72
73.include <bsd.subdir.mk>
74

Indexes created Fri Dec 12 08:09:37 GMT 2025