9 lines
172 B
Makefile
9 lines
172 B
Makefile
# Created by: Sheldon Hearn <sheldonh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -mysql
|
|
MASTERDIR= ${.CURDIR}/../exim
|
|
|
|
OPTIONS_SLAVE= MYSQL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|