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 /contrib/bmake/Makefile | |
parent | 6eebe8507a002f43ee9254dbcb369c87eb399315 (diff) | |
parent | d4343fd8915df5721887ab4615e263b27845c629 (diff) |
Notes
Diffstat (limited to 'contrib/bmake/Makefile')
-rw-r--r-- | contrib/bmake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bmake/Makefile b/contrib/bmake/Makefile index 98df1e264a80..6e4b8b4d0480 100644 --- a/contrib/bmake/Makefile +++ b/contrib/bmake/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.20 2013/09/04 15:42:03 sjg Exp $ +# $Id: Makefile,v 1.23 2014/01/02 22:20:52 sjg Exp $ # Base version on src date -MAKE_VERSION= 20130904 +MAKE_VERSION= 20140101 PROG= bmake @@ -68,7 +68,7 @@ SRCS+= ${LIBOBJS:T:.o=.c} prefix?= /usr srcdir?= ${.CURDIR} -DEFAULT_SYS_PATH?= .../share/mk:${prefix}/share/mk +DEFAULT_SYS_PATH?= ${prefix}/share/mk CPPFLAGS+= -DUSE_META CFLAGS+= ${CPPFLAGS} |