summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/Makefile
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-04-02 21:31:11 +0000
committersjg <sjg@FreeBSD.org>2013-04-02 21:31:11 +0000
commite2bb503df79b3a278b60540c030abad3cc7817e4 (patch)
treecd72aaf0a299a2f0fc501d1bc3a3e85acc02c0cd /contrib/bmake/Makefile
parent4b74a4a19096550736eef03ae63162039a83d0bd (diff)
parent34e4a9fc1f5a9c585228e8e07c4994ee5789c55c (diff)
downloadFreeBSD-src-e2bb503df79b3a278b60540c030abad3cc7817e4.zip
FreeBSD-src-e2bb503df79b3a278b60540c030abad3cc7817e4.tar.gz
Update to bmake-20130330
Diffstat (limited to 'contrib/bmake/Makefile')
-rw-r--r--contrib/bmake/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/bmake/Makefile b/contrib/bmake/Makefile
index 3607326..edf0bd8 100644
--- a/contrib/bmake/Makefile
+++ b/contrib/bmake/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.5 2013/01/28 19:31:58 sjg Exp $
+# $Id: Makefile,v 1.10 2013/03/31 05:57:19 sjg Exp $
# Base version on src date
-MAKE_VERSION= 20130123
+MAKE_VERSION= 20130330
PROG= bmake
@@ -187,14 +187,14 @@ MANDIR= ${SHAREDIR}/man
.if !exists(.depend)
${OBJS}: config.h
.endif
-.if ${MK_AUTOCONF_MK} == "yes"
-.include <autoconf.mk>
-.endif
# make sure that MAKE_VERSION gets updated.
main.o: ${SRCS} ${MAKEFILE}
# start-delete2 for bsd.after-import.mk
+.if ${MK_AUTOCONF_MK} == "yes"
+.include <autoconf.mk>
+.endif
SHARE_MK?=${SHAREDIR}/mk
MKSRC=${srcdir}/mk
INSTALL?=${srcdir}/install-sh
OpenPOWER on IntegriCloud