1998-12-30 11:17:09 +00:00
|
|
|
# $Id: Makefile,v 1.14 1998/11/03 06:50:58 peter Exp $
|
1994-05-28 04:10:32 +00:00
|
|
|
|
1998-12-30 11:17:09 +00:00
|
|
|
SUBDIR= modules
|
1994-05-28 04:10:32 +00:00
|
|
|
|
1998-12-30 11:17:09 +00:00
|
|
|
.if ${MACHINE_ARCH} == "alpha" || ${OBJFORMAT} == "elf"
|
|
|
|
SUBDIR+=boot
|
1998-10-04 00:42:08 +00:00
|
|
|
.endif
|
|
|
|
|
1998-12-30 11:17:09 +00:00
|
|
|
.if exists(${.CURDIR}/${MACHINE}/boot)
|
|
|
|
SUBDIR+=${MACHINE}/boot
|
|
|
|
.endif
|
1998-11-03 06:50:58 +00:00
|
|
|
|
1997-07-13 07:36:20 +00:00
|
|
|
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
|
|
|
|
|
1994-05-28 04:10:32 +00:00
|
|
|
.include <bsd.subdir.mk>
|