10 lines
179 B
Makefile
10 lines
179 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../../shells/bash-devel
|
|
|
|
OPTIONS_SLAVE= STATIC
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|