diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-05-10 16:38:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-05-10 16:38:45 +0000 |
| commit | 93654dca21248e1bef592d868faf27ad1a69e994 (patch) | |
| tree | 27e57f3a9e0654bb0581caee49afee11fb3c5235 /Makefile | |
| parent | c115b8184e271efe4b570223da6156cb3b32dc23 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index a29e01a15ee83..8db5fe4cbc489 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} |
