blob: 7cf437f1da8bab8f2aaaea03dcba6ffc27149169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1 2008/05/22 13:57:47 lukem 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
INCSDIR=/usr/include
.include <bsd.prog.mk>
|