opnsense-ports/shells/bash-static/Makefile
Franco Fichtner 7949c59275 */*: sync with upstream
Taken from: FreeBSD
2017-06-12 08:55:48 +02:00

13 lines
220 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../../shells/bash
NOPIE_PORTS= yes
NORELRO_PORTS= yes
OPTIONS_SLAVE= STATIC
PKGNAMESUFFIX= -static
.include "${MASTERDIR}/Makefile"