diff options
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 783a1b391c95..abb55fe32ef3 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1607,8 +1607,8 @@ INSTALL_TARGET:= ${INSTALL_TARGET:S/^install-strip$/install/g} MAKE_ENV+= NO_PIE=yes # We will control debug files. Don't let builds that use /usr/share/mk # split out debug symbols since the plist won't know to expect it. -MAKE_ENV+= NO_DEBUG_FILES=yes -MAKE_ENV+= NO_KERNEL_SYMBOLS=yes +MAKE_ENV+= WITHOUT_DEBUG_FILES=yes +MAKE_ENV+= WITHOUT_KERNEL_SYMBOLS=yes .if defined(NOPORTDOCS) PLIST_SUB+= PORTDOCS="@comment " |