xref: /freebsd/sys/Makefile (revision 807a5caa14df5ff04b331e24b45893f6a2f6bc1b)
1# $FreeBSD$
2
3# The boot loader
4SUBDIR=	boot
5
6# KLD modules build for both a.out and ELF
7SUBDIR+=modules
8
9HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
10
11.include <bsd.subdir.mk>
12