1998-10-11 20:39:38 +02:00
|
|
|
# $Id: Makefile,v 1.12 1998/10/04 00:42:08 gpalmer Exp $
|
1994-05-28 06:10:32 +02:00
|
|
|
|
1998-09-05 10:27:56 +02:00
|
|
|
# This is the old aout only boot loader.
|
|
|
|
.if exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout"
|
1995-12-26 14:58:31 +01:00
|
|
|
SUBDIR= ${MACHINE}/boot
|
1998-10-11 20:39:38 +02:00
|
|
|
.elif exists(boot) && ${MACHINE} == "i386" && ${OBJFORMAT} == "elf"
|
|
|
|
SUBDIR= boot
|
1996-06-14 13:02:28 +02:00
|
|
|
.endif
|
1994-05-28 06:10:32 +02:00
|
|
|
|
1998-10-04 02:42:08 +02:00
|
|
|
.if exists(boot) && ${MACHINE_ARCH} == "alpha"
|
|
|
|
SUBDIR= boot
|
|
|
|
.endif
|
|
|
|
|
1997-07-13 09:36:20 +02:00
|
|
|
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
|
|
|
|
|
1994-05-28 06:10:32 +02:00
|
|
|
.include <bsd.subdir.mk>
|