7cfc8475b8
the old aout bootloader.
11 lines
321 B
Makefile
11 lines
321 B
Makefile
# $Id: Makefile,v 1.10 1998/08/27 04:26:40 jb Exp $
|
|
|
|
# This is the old aout only boot loader.
|
|
.if exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout"
|
|
SUBDIR= ${MACHINE}/boot
|
|
.endif
|
|
|
|
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
|
|
|
|
.include <bsd.subdir.mk>
|