Makefile revision 97053
1# $FreeBSD: head/sys/Makefile 95509 2002-04-26 17:55:27Z ru $
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