Missed adding Makefile.config and unit-tests/Makefile should

allow FreeBSD make to do 'obj'.

Approved by:	marcel (mentor)
This commit is contained in:
Simon J. Gerraty 2013-02-04 17:41:17 +00:00
parent 30bc1032a9
commit 4639b85868
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246325
2 changed files with 23 additions and 0 deletions

View 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

View File

@ -79,10 +79,12 @@ TOOL_TR?= tr
TOOL_DIFF?= diff
DIFF_FLAGS?= -u
.if defined(.PARSEDIR)
# ensure consistent results from sort(1)
LC_ALL= C
LANG= C
.export LANG LC_ALL
.endif
# The driver.
# We always pretend .MAKE was called 'make'