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