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

Indexes created Thu Dec 11 09:09:31 GMT 2025