summaryrefslogtreecommitdiff
path: root/external/bsd/openldap/lib/liblunicode/ucgendat/Makefile
blob: 8243f658bfcf4af9434ca17d22cb501119e17ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.1 2021/12/28 17:05:23 christos Exp $

.include <bsd.hostinit.mk>
.include <${.CURDIR}/../../../openldap.mk>

.PATH:	${LDAP_DISTDIR}/libraries/liblunicode/ucdata

PROG= ucgendat

SRCS+=	ucgendat.c

CPPFLAGS+=				\
	-I${LDAP_SRCDIR}/include	\
	-I${LDAP_DISTDIR}/include	\
	'-Dlutil_progname(a,b,c)=__UNCONST(getprogname())'

HOST_CPPFLAGS+= ${CPPFLAGS}

.ifndef HOSTPROG
HOSTPROG=	${PROG}
.include <bsd.hostprog.mk>
.endif