Deleted Added
full compact
Makefile (263140) Makefile (263152)
1# $FreeBSD: head/sys/Makefile 263140 2014-03-14 02:58:48Z glebius $
1# $FreeBSD: head/sys/Makefile 263152 2014-03-14 06:29:43Z glebius $
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 \
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 \
12 geom gnu isa kern libkern modules net net80211 \
13 netgraph netinet netinet6 netipsec netnatm netpfil \
14 netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
15 pci rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
16.if !defined(CSCOPE_ARCHDIR)
17.if defined(ALL_ARCH)
18CSCOPE_ARCHDIR = amd64 arm i386 ia64 mips pc98 powerpc sparc64 x86
19.else
20CSCOPE_ARCHDIR = ${MACHINE}

--- 46 unchanged lines hidden ---
13 netgraph netinet netinet6 netipsec netnatm netpfil \
14 netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
15 pci rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
16.if !defined(CSCOPE_ARCHDIR)
17.if defined(ALL_ARCH)
18CSCOPE_ARCHDIR = amd64 arm i386 ia64 mips pc98 powerpc sparc64 x86
19.else
20CSCOPE_ARCHDIR = ${MACHINE}

--- 46 unchanged lines hidden ---