summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
blob: fd108751507415cae4b26206d0adcd228cd22aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

# The boot loader
SUBDIR=	boot

# KLD modules build for both a.out and ELF
SUBDIR+=modules

HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud