mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
13 lines
237 B
Makefile
13 lines
237 B
Makefile
# Ports collection makefile for: bash-static
|
|
# Date created: 1 Nov 2009
|
|
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../../shells/bash3
|
|
|
|
WITH_STATIC_BASH= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|