freebsd-dev/sys/Makefile
1998-12-30 11:17:09 +00:00

16 lines
362 B
Makefile

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