]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/Makefile
This commit was generated by cvs2svn to compensate for changes in r52143,
[FreeBSD/FreeBSD.git] / sys / Makefile
1 # $FreeBSD$
2
3 # This is the old aout only boot loader.
4 .if     exists(${.CURDIR}/${MACHINE}/boot) && ${OBJFORMAT} == "aout"
5 SUBDIR= ${MACHINE}/boot
6 .elif   exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf"
7 SUBDIR= boot
8 .endif
9
10 .if     exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "alpha"
11 SUBDIR= boot
12 .endif
13
14 # KLD modules build for both a.out and ELF
15 SUBDIR+=modules
16
17 HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
18
19 .include <bsd.subdir.mk>