7 lines
141 B
Makefile
7 lines
141 B
Makefile
# Created by: Xin LI <delphij@FreeBSD.org>
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap25-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|