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