Makefile revision 50477
150477Speter# $FreeBSD: head/sys/Makefile 50477 1999-08-28 01:08:13Z peter $
21598Srgrimes
342181Sbde# This is the old aout only boot loader.
445914Sjkoshy.if	exists(${.CURDIR}/${MACHINE}/boot) && ${OBJFORMAT} == "aout"
542181SbdeSUBDIR=	${MACHINE}/boot
647704Skato.elif	exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf"
742181SbdeSUBDIR=	boot
838576Sjb.endif
91598Srgrimes
1045914Sjkoshy.if	exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "alpha"
1142181SbdeSUBDIR= boot
1239935Sgpalmer.endif
1339935Sgpalmer
1442181Sbde# KLD modules build for both a.out and ELF
1542181SbdeSUBDIR+=modules
1642181Sbde
1727356SjkhHTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
1827356Sjkh
191598Srgrimes.include <bsd.subdir.mk>
20