1998-12-30 07:06:08 -05:00
|
|
|
# $Id: Makefile,v 1.15 1998/12/30 11:17:09 bde Exp $
|
1994-05-28 00:10:32 -04:00
|
|
|
|
1998-12-30 07:06:08 -05:00
|
|
|
# This is the old aout only boot loader.
|
|
|
|
|
.if exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout"
|
|
|
|
|
SUBDIR= ${MACHINE}/boot
|
|
|
|
|
.elif exists(boot) && ${MACHINE} == "i386" && ${OBJFORMAT} == "elf"
|
|
|
|
|
SUBDIR= boot
|
1998-10-03 20:42:08 -04:00
|
|
|
.endif
|
|
|
|
|
|
1998-12-30 07:06:08 -05:00
|
|
|
.if exists(boot) && ${MACHINE_ARCH} == "alpha"
|
|
|
|
|
SUBDIR= boot
|
1998-12-30 06:17:09 -05:00
|
|
|
.endif
|
1998-11-03 01:50:58 -05:00
|
|
|
|
1998-12-30 07:06:08 -05:00
|
|
|
# KLD modules build for both a.out and ELF
|
|
|
|
|
SUBDIR+=modules
|
|
|
|
|
|
1997-07-13 03:36:20 -04:00
|
|
|
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
|
|
|
|
|
|
1994-05-28 00:10:32 -04:00
|
|
|
.include <bsd.subdir.mk>
|