summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-10 16:38:45 +0000
committerimp <imp@FreeBSD.org>2014-05-10 16:38:45 +0000
commitc6d68cfa0a3f66fd1001846ad4a92106ff1436a9 (patch)
tree27e57f3a9e0654bb0581caee49afee11fb3c5235 /Makefile
parent8d60033835e026e9bc948d8238f32658e3d9fac5 (diff)
downloadFreeBSD-src-c6d68cfa0a3f66fd1001846ad4a92106ff1436a9.zip
FreeBSD-src-c6d68cfa0a3f66fd1001846ad4a92106ff1436a9.tar.gz
We haven't done anything with _UPGRADING in ~forever (was present, but
not needed, in FreeBSD 6.x, and has been absent in newer versions). This was needed to upgrade from 3.x -> 4.x, once upon a time.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a29e01a..8db5fe4 100644
--- a/Makefile
+++ b/Makefile
@@ -327,7 +327,7 @@ MMAKEENV= MAKEOBJDIRPREFIX=${MYMAKE:H} \
DESTDIR= \
INSTALL="sh ${.CURDIR}/tools/install.sh"
MMAKE= ${MMAKEENV} ${MAKE} \
- -D_UPGRADING -DNO_MAN -DNO_SHARED \
+ -DNO_MAN -DNO_SHARED \
-DNO_CPU_CFLAGS -DNO_WERROR \
DESTDIR= PROGNAME=${MYMAKE:T}
OpenPOWER on IntegriCloud