forked from Lainports/opnsense-ports
13 lines
220 B
Makefile
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"
|