forked from Lainports/freebsd-ports
9 lines
183 B
Makefile
9 lines
183 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../../shells/bash-devel
|
|
|
|
OPTIONS_OVERRIDE= STATIC
|
|
NO_DIALOG= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|