Makefile revision 42178
1#	$Id: Makefile,v 1.14 1998/11/03 06:50:58 peter Exp $
2
3SUBDIR=	modules
4
5.if ${MACHINE_ARCH} == "alpha" || ${OBJFORMAT} == "elf"
6SUBDIR+=boot
7.endif
8
9.if exists(${.CURDIR}/${MACHINE}/boot)
10SUBDIR+=${MACHINE}/boot
11.endif
12
13HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
14
15.include <bsd.subdir.mk>
16