Makefile revision 50477
150476Speter# $FreeBSD: head/sys/Makefile 50477 1999-08-28 01:08:13Z peter $
23455Sache
350624Speter# This is the old aout only boot loader.
43410Sache.if	exists(${.CURDIR}/${MACHINE}/boot) && ${OBJFORMAT} == "aout"
550624SpeterSUBDIR=	${MACHINE}/boot
6119071Sobrien.elif	exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf"
750624SpeterSUBDIR=	boot
83410Sache.endif
950624Speter
1050624Speter.if	exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "alpha"
1164245SruSUBDIR= boot
123523Sache.endif
1376731Speter
1476731Speter# KLD modules build for both a.out and ELF
1576731SpeterSUBDIR+=modules
163410Sache
1750624SpeterHTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
1897053Speter
1997053Speter.include <bsd.subdir.mk>
2097053Speter