3841c28717
Key changes include reduced noise at end of failed build log and avoid evaluation of unnecessary terms in conditionals. In META MODE; a target flagged .META is out-of-date if meta file is missing MFC after: 1 week
28 lines
559 B
Makefile
28 lines
559 B
Makefile
# This is a generated file, do NOT edit!
|
|
# See contrib/bmake/bsd.after-import.mk
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SRCTOP?= ${.CURDIR:H:H}
|
|
|
|
# things set by configure
|
|
|
|
_MAKE_VERSION?=20200710
|
|
|
|
prefix?= /usr
|
|
srcdir= ${SRCTOP}/contrib/bmake
|
|
CC?= cc
|
|
DEFAULT_SYS_PATH?= .../share/mk:/usr/share/mk
|
|
|
|
CPPFLAGS+=
|
|
CFLAGS+= ${CPPFLAGS} -DHAVE_CONFIG_H
|
|
LDFLAGS+=
|
|
LIBOBJS+= ${LIBOBJDIR}stresep$U.o
|
|
LDADD+=
|
|
USE_META?= yes
|
|
USE_FILEMON?= dev
|
|
FILEMON_H?= /usr/include/dev/filemon/filemon.h
|
|
BMAKE_PATH_MAX?= 1024
|
|
# used if MAXPATHLEN not defined
|
|
CPPFLAGS+= -DBMAKE_PATH_MAX=${BMAKE_PATH_MAX}
|