blob: 1cea52d7d8f8658d4217bf51f1780849e0a5f4e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2020/08/11 13:15:43 christos Exp $
.include "../openldap.mk"
.PATH: ${LDAP_DISTDIR}/include
INCS= lber.h lber_types.h \
ldap.h ldap_cdefs.h \
ldap_features.h ldap_schema.h ldap_utf8.h openldap.h
INCSDIR=/usr/include
.include <bsd.prog.mk>
|