]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/Makefile
Don't get stuck in a loop calling exit from an atexit routine. Clean
[FreeBSD/FreeBSD.git] / sys / Makefile
1 # $FreeBSD$
2
3 # The boot loader
4 SUBDIR= boot
5
6 # KLD modules build for both a.out and ELF
7 .if defined(MODULES_WITH_WORLD)
8 SUBDIR+=modules
9 .endif
10
11 HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
12
13 .include <bsd.subdir.mk>