Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / bin / imake / Makefile
blobf2b23956e2d2af3d7a28e884e4bab942c21c572c
1 # $NetBSD: Makefile,v 1.4 2013/05/31 05:41:26 mrg Exp $
3 .include <bsd.own.mk>
5 PROG= imake
7 CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11
8 CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
10 CPP_PROGRAM= cpp
11 CPPFLAGS+= -DCPP_PROGRAM=\"$(CPP_PROGRAM)\"
12 X11EXTRAMANDEFS=-e 's,__cpp__,$(CPP_PROGRAM),g'
14 .PATH: ${X11SRCDIR.${PROG}}
16 COPTS.imake.c+= -Wno-error # const issues
18 .include <bsd.x11.mk>
19 .include <bsd.prog.mk>