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

Indexes created Thu Dec 11 15:09:36 GMT 2025