summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-10-23 17:38:01 +0000
committersjg <sjg@FreeBSD.org>2015-10-23 17:38:01 +0000
commita1cf517b9773cdac110ae2e070a8b6a211054302 (patch)
tree90f609aa8fbb06b6220e1227adcc383d6ee1e5c4 /usr.bin/bmake
parent495cadb99fd3b99f7ac1a08451c84940d3fb747a (diff)
parentfc737f02d4dbedb056bf90a3107fd7c5af012f0f (diff)
downloadFreeBSD-src-a1cf517b9773cdac110ae2e070a8b6a211054302.zip
FreeBSD-src-a1cf517b9773cdac110ae2e070a8b6a211054302.tar.gz
Merge bmake 20151020
Diffstat (limited to 'usr.bin/bmake')
-rw-r--r--usr.bin/bmake/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile
index 4f83731..e12072d 100644
--- a/usr.bin/bmake/Makefile
+++ b/usr.bin/bmake/Makefile
@@ -14,10 +14,10 @@ CFLAGS+= -I${.CURDIR}
CLEANDIRS+= FreeBSD
CLEANFILES+= bootstrap
-# $Id: Makefile,v 1.39 2015/06/07 15:54:37 sjg Exp $
+# $Id: Makefile,v 1.44 2015/10/20 21:41:40 sjg Exp $
# Base version on src date
-MAKE_VERSION= 20150606
+MAKE_VERSION= 20151020
PROG?= ${.CURDIR:T}
@@ -34,6 +34,7 @@ SRCS= \
make.c \
make_malloc.c \
meta.c \
+ metachar.c \
parse.c \
str.c \
strlist.c \
OpenPOWER on IntegriCloud