a571c07ffb
causes OPTIONS menu to be shown up multiple times. As a side effect we have to make openldap24-client and openldap24-sasl-client which we do not have a better solution at this time. Submitted by: bapt (mostly)
8 lines
154 B
Makefile
8 lines
154 B
Makefile
# Created by: Xin LI <delphij@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CLIENT_ONLY= sasl
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap24-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|