Files
ports/shells/bash-static/Makefile
2025-03-02 16:22:25 +01:00

10 lines
138 B
Makefile

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