Makefile revision 33660
1#	$Id: Makefile,v 1.8 1997/07/13 07:36:20 jkh Exp $
2
3.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
4SUBDIR=	pc98/boot
5.elif	exists(${MACHINE}/boot)
6SUBDIR=	${MACHINE}/boot
7.endif
8
9HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
10
11.include <bsd.subdir.mk>
12