Files
ports/shells/bash-static/Makefile
T
Dima Panov c951575443 shells/bash-static: mark as PIE_UNSAFE (+)
Reported by:	bulk -t

Approved by:	portmgr (blanket)

Sponsored by:	Future Crew, LLC
2024-12-13 11:22:34 +03:00

10 lines
138 B
Makefile

MASTERDIR= ${.CURDIR}/../../shells/bash
OPTIONS_SLAVE= STATIC
PKGNAMESUFFIX= -static
PIE_UNSAFE= yes
.include "${MASTERDIR}/Makefile"