aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
blob: 8c3c813f2e5ffb1ed24cb4eefbf6080995925d8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

# The boot loader
.if ${MACHINE_ARCH} != "arm"
SUBDIR=	boot
.endif

# Loadable kernel modules
.if defined(MODULES_WITH_WORLD)
SUBDIR+=modules
.endif

HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`

.include <bsd.subdir.mk>