a6f0e10b24
* unit-tests/Makefile: disable opt-debug-x-trace on Linux if there is any chance we have dash as .SHELL * meta.c: use a variable to hold command line to be filtered to avoid any side effects from content of command line. Merge commit '535c59a6a9214436f5d6643775d29808e4b3408d'
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?=20220208
|
|
|
|
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}
|