11 lines
191 B
Makefile
11 lines
191 B
Makefile
# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CLIENT_ONLY= yes
|
|
OPTIONS_SLAVE= SASL
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap23-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|