forked from Lainports/freebsd-ports
As usual with features, this can be activated/deactivated via WITH/WITHOUT_<feature> Each port can individually mark itself as not supporting the feature via <feature>_UNSAFE=
10 lines
201 B
Makefile
10 lines
201 B
Makefile
# BIND_NOW Support
|
|
|
|
.if !defined(_BIND_NOW_MK_INCLUDED)
|
|
_BIND_NOW_MK_INCLUDED= yes
|
|
BIND_NOW_Include_MAINTAINER= portmgr@FreeBSD.org
|
|
|
|
. if !defined(BIND_NOW_UNSAFE)
|
|
LDFLAGS+= -Wl,-znow
|
|
. endif
|
|
.endif
|