Makefile revision 40233
1#	$Id: Makefile,v 1.12 1998/10/04 00:42:08 gpalmer Exp $
2
3# This is the old aout only boot loader.
4.if	exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout"
5SUBDIR=	${MACHINE}/boot
6.elif	exists(boot) && ${MACHINE} == "i386" && ${OBJFORMAT} == "elf"
7SUBDIR=	boot
8.endif
9
10.if	exists(boot) && ${MACHINE_ARCH} == "alpha"
11SUBDIR= boot
12.endif
13
14HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
15
16.include <bsd.subdir.mk>
17