8 lines
160 B
Makefile
8 lines
160 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../../shells/bash
|
|
|
|
OPTIONS_SLAVE= STATIC
|
|
|
|
.include "${MASTERDIR}/Makefile"
|