mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
78b40dbf5e
Reported by: Manfred Antar <manfredantar@gmail.com> (via mail)
11 lines
183 B
Makefile
11 lines
183 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../../shells/bash
|
|
|
|
OPTIONS_SLAVE= STATIC
|
|
|
|
PKGNAMESUFFIX= -static
|
|
|
|
.include "${MASTERDIR}/Makefile"
|