blob: 2fcc7ff3cfdeb33f7e48df1f27185c75922caaa9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $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>
|