mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
Missed adding Makefile.config and unit-tests/Makefile should
allow FreeBSD make to do 'obj'. Approved by: marcel (mentor)
This commit is contained in:
parent
30bc1032a9
commit
4639b85868
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246325
21
usr.bin/bmake/Makefile.config
Normal file
21
usr.bin/bmake/Makefile.config
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# This is a generated file, do NOT edit!
|
||||||
|
# See contrib/bmake/bsd.after-import.mk
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
SRCTOP?= ${.CURDIR:H:H}
|
||||||
|
|
||||||
|
# things set by configure
|
||||||
|
|
||||||
|
prefix= /usr
|
||||||
|
srcdir= ${SRCTOP}/contrib/bmake
|
||||||
|
CC?= gcc
|
||||||
|
DEFAULT_SYS_PATH= .../share/mk:/usr/share/mk
|
||||||
|
|
||||||
|
CPPFLAGS+=
|
||||||
|
CFLAGS+= ${CPPFLAGS} -DHAVE_CONFIG_H
|
||||||
|
LDFLAGS=
|
||||||
|
LIBOBJS= ${LIBOBJDIR}stresep$U.o
|
||||||
|
LDADD=
|
||||||
|
USE_META= yes
|
||||||
|
FILEMON_H= /usr/include/dev/filemon/filemon.h
|
@ -79,10 +79,12 @@ TOOL_TR?= tr
|
|||||||
TOOL_DIFF?= diff
|
TOOL_DIFF?= diff
|
||||||
DIFF_FLAGS?= -u
|
DIFF_FLAGS?= -u
|
||||||
|
|
||||||
|
.if defined(.PARSEDIR)
|
||||||
# ensure consistent results from sort(1)
|
# ensure consistent results from sort(1)
|
||||||
LC_ALL= C
|
LC_ALL= C
|
||||||
LANG= C
|
LANG= C
|
||||||
.export LANG LC_ALL
|
.export LANG LC_ALL
|
||||||
|
.endif
|
||||||
|
|
||||||
# The driver.
|
# The driver.
|
||||||
# We always pretend .MAKE was called 'make'
|
# We always pretend .MAKE was called 'make'
|
||||||
|
Loading…
Reference in New Issue
Block a user