find config.h where it is now available from. for imake 1.0.3.

This commit is contained in:
mrg 2010-05-21 05:55:24 +00:00
parent 1286c420be
commit 7426d119e2
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
# $NetBSD: Makefile,v 1.3 2010/05/21 05:55:24 mrg Exp $
.include <bsd.own.mk>
PROG= imake
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11
CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
CPP_PROGRAM= cpp
CPPFLAGS+= -DCPP_PROGRAM=\"$(CPP_PROGRAM)\"