]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/Makefile
This commit was generated by cvs2svn to compensate for changes in r138287,
[FreeBSD/FreeBSD.git] / sys / Makefile
1 # $FreeBSD$
2
3 # The boot loader
4 .if !defined(NO_BOOT)
5 .if ${MACHINE_ARCH} != "arm"
6 SUBDIR= boot
7 .endif
8 .endif
9
10 # Loadable kernel modules
11 .if defined(MODULES_WITH_WORLD)
12 SUBDIR+=modules
13 .endif
14
15 HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
16
17 .include <bsd.subdir.mk>