Makefile revision 116865
1# $FreeBSD: head/sys/Makefile 116865 2003-06-26 03:52:48Z peter $
2
3# The boot loader
4SUBDIR=	boot
5
6# KLD modules build for both a.out and ELF
7.if defined(MODULES_WITH_WORLD)
8SUBDIR+=modules
9.endif
10
11HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
12
13.include <bsd.subdir.mk>
14