summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-13 05:21:35 +0000
committerimp <imp@FreeBSD.org>2014-04-13 05:21:35 +0000
commitafbcb69486bdd72a92b88eac5851dbf6b92076f5 (patch)
tree45e00bc2f4a1ecc4dc42c193eed78a0e39bead2e /Makefile
parent528c0584706b85e612617650c5d50ec3ff3ef860 (diff)
downloadFreeBSD-src-afbcb69486bdd72a92b88eac5851dbf6b92076f5.zip
FreeBSD-src-afbcb69486bdd72a92b88eac5851dbf6b92076f5.tar.gz
We no longer support upgrading from FreeBSD 4, so we don't need the
NOMAN and NOSHARED defines here. They have been obsolete for almost a decade anyway.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ddfeefc..7ef9399 100644
--- a/Makefile
+++ b/Makefile
@@ -325,8 +325,7 @@ MMAKEENV= MAKEOBJDIRPREFIX=${MYMAKE:H} \
DESTDIR= \
INSTALL="sh ${.CURDIR}/tools/install.sh"
MMAKE= ${MMAKEENV} ${MAKE} \
- -D_UPGRADING \
- -DNOMAN -DNO_MAN -DNOSHARED -DNO_SHARED \
+ -D_UPGRADING -DNO_MAN -DNO_SHARED \
-DNO_CPU_CFLAGS -DNO_WERROR DESTDIR= PROGNAME=${MYMAKE:T}
make bmake: .PHONY
OpenPOWER on IntegriCloud