Deleted Added
full compact
Makefile (215606) Makefile (221869)
1# $FreeBSD: head/sys/Makefile 215606 2010-11-21 03:58:11Z obrien $
1# $FreeBSD: head/sys/Makefile 221869 2011-05-14 01:53:38Z attilio $
2
3.include <bsd.own.mk>
4
5# The boot loader
6.if ${MK_BOOT} != "no"
7SUBDIR= boot
8.endif
9
10# Directories to include in cscope name file and TAGS.
11CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
12 geom gnu isa kern libkern modules net net80211 netatalk \
13 netgraph netinet netinet6 netipsec netipx netnatm netncp \
14 netsmb nfs nfsclient nfsserver nlm opencrypto \
15 pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR}
16.if defined(ALL_ARCH)
2
3.include <bsd.own.mk>
4
5# The boot loader
6.if ${MK_BOOT} != "no"
7SUBDIR= boot
8.endif
9
10# Directories to include in cscope name file and TAGS.
11CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
12 geom gnu isa kern libkern modules net net80211 netatalk \
13 netgraph netinet netinet6 netipsec netipx netnatm netncp \
14 netsmb nfs nfsclient nfsserver nlm opencrypto \
15 pci rpc security sys ufs vm xdr ${CSCOPE_ARCHDIR}
16.if defined(ALL_ARCH)
17CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 sun4v x86
17CSCOPE_ARCHDIR ?= amd64 arm i386 ia64 mips pc98 powerpc sparc64 x86
18.else
19CSCOPE_ARCHDIR ?= ${MACHINE}
20.endif
21
22# Loadable kernel modules
23
24.if defined(MODULES_WITH_WORLD)
25SUBDIR+=modules

--- 33 unchanged lines hidden ---
18.else
19CSCOPE_ARCHDIR ?= ${MACHINE}
20.endif
21
22# Loadable kernel modules
23
24.if defined(MODULES_WITH_WORLD)
25SUBDIR+=modules

--- 33 unchanged lines hidden ---