diff options
Diffstat (limited to 'net/openldap24-client/Makefile')
-rw-r--r-- | net/openldap24-client/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/openldap24-client/Makefile b/net/openldap24-client/Makefile deleted file mode 100644 index f5ce1cde5e5b..000000000000 --- a/net/openldap24-client/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: openldap22-client -# Date created: 10 Jul 2003 -# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com> -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -client - -COMMENT= Open source LDAP client implementation - -CLIENT_ONLY= yes - -MASTERDIR= ${.CURDIR}/../openldap22-server - -.include "${MASTERDIR}/Makefile" |