Makefile revision 129269
1# $FreeBSD: head/sys/Makefile 129269 2004-05-16 00:19:12Z cognet $
2
3# The boot loader
4.if ${MACHINE_ARCH} != "arm"
5SUBDIR=	boot
6.endif
7
8# Loadable kernel modules
9.if defined(MODULES_WITH_WORLD)
10SUBDIR+=modules
11.endif
12
13HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
14
15.include <bsd.subdir.mk>
16