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