Makefile (1829d5da5355930d5cfa8ec8add8ff47dc0bebab) Makefile (86ce6a83d16fdedede88990ffe1d85ad83d8e7c8)
1# $FreeBSD$
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 \
1# $FreeBSD$
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 nfs4client nfsclient nfsserver nlm opencrypto \
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
18.else
19CSCOPE_ARCHDIR ?= ${MACHINE}
20.endif
21
22# Loadable kernel modules

--- 36 unchanged lines hidden ---
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
18.else
19CSCOPE_ARCHDIR ?= ${MACHINE}
20.endif
21
22# Loadable kernel modules

--- 36 unchanged lines hidden ---