mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
o ignore '.POSIX:' if not in first non-comment line
of Makefile as specified by POSIX.
add unit-tests for above.
Merge commit '92bfae0e6bd53a7a0d6fe55e70a916d86cf26e8b'
27 lines
559 B
Makefile
27 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?=20220418
|
|
|
|
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}
|