mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
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"
|