mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
14 lines
258 B
Makefile
14 lines
258 B
Makefile
# $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>
|