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