]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/Makefile
This commit was generated by cvs2svn to compensate for changes in r58653,
[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 SUBDIR+=modules
8
9 HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
10
11 .include <bsd.subdir.mk>