c73a7391d6
the slave port is handled. PR: 197818 Submitted by: mat
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"
|