diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-01-27 17:47:21 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-01-27 17:47:21 +0000 |
commit | 0dede8b0ba255c53c183d0cc15b6c52e9bb54794 (patch) | |
tree | 891905810fa98d3e2af074a163a102a34c3641ad /usr.bin/bmake/Makefile.config | |
parent | 6eebe8507a002f43ee9254dbcb369c87eb399315 (diff) | |
parent | d4343fd8915df5721887ab4615e263b27845c629 (diff) | |
download | src-0dede8b0ba255c53c183d0cc15b6c52e9bb54794.tar.gz src-0dede8b0ba255c53c183d0cc15b6c52e9bb54794.zip |
Merge bmake-20140101 from vendor
Notes
Notes:
svn path=/head/; revision=261212
Diffstat (limited to 'usr.bin/bmake/Makefile.config')
-rw-r--r-- | usr.bin/bmake/Makefile.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/bmake/Makefile.config b/usr.bin/bmake/Makefile.config index e4c4d3daae22..7110870359e8 100644 --- a/usr.bin/bmake/Makefile.config +++ b/usr.bin/bmake/Makefile.config @@ -19,3 +19,7 @@ LIBOBJS= ${LIBOBJDIR}stresep$U.o LDADD= USE_META= yes FILEMON_H= /usr/include/dev/filemon/filemon.h +BMAKE_PATH_MAX?= 1024 +# used if MAXPATHLEN not defined +CPPFLAGS+= -DBMAKE_PATH_MAX=${BMAKE_PATH_MAX} + |