View | Details | Raw Unified | Return to bug 272898
Collapse All | Expand All

(-)b/Mk/bsd.port.mk (-1 / +1 lines)
Lines 1021-1027 LC_ALL= C Link Here
1021
# tree we are and thus can't go relative.  They can, of course, be overridden
1021
# tree we are and thus can't go relative.  They can, of course, be overridden
1022
# by individual Makefiles or local system make configuration.
1022
# by individual Makefiles or local system make configuration.
1023
_LIST_OF_WITH_FEATURES=	debug lto ssp pie relro bind_now
1023
_LIST_OF_WITH_FEATURES=	debug lto ssp pie relro bind_now
1024
_DEFAULT_WITH_FEATURES=	ssp
1024
_DEFAULT_WITH_FEATURES=	ssp pie
1025
PORTSDIR?=		/usr/ports
1025
PORTSDIR?=		/usr/ports
1026
LOCALBASE?=		/usr/local
1026
LOCALBASE?=		/usr/local
1027
LINUXBASE?=		/compat/linux
1027
LINUXBASE?=		/compat/linux

Return to bug 272898