diff options
author | imp <imp@FreeBSD.org> | 2014-04-13 05:21:35 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-04-13 05:21:35 +0000 |
commit | afbcb69486bdd72a92b88eac5851dbf6b92076f5 (patch) | |
tree | 45e00bc2f4a1ecc4dc42c193eed78a0e39bead2e /Makefile | |
parent | 528c0584706b85e612617650c5d50ec3ff3ef860 (diff) | |
download | FreeBSD-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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |