blob: 87482ecf439a4a320396650c95312502e73bfd8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../../shells/bash
OPTIONS_SLAVE= STATIC
PKGNAMESUFFIX= -static
.include "${MASTERDIR}/Makefile"
|