diff --git a/x11/tools/makestrs/Makefile b/x11/tools/makestrs/Makefile index bfa7d9985e90..8f26abd9ece6 100644 --- a/x11/tools/makestrs/Makefile +++ b/x11/tools/makestrs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2004/02/07 04:02:01 rtr Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/08 21:52:30 lukem Exp $ NOMAN= 1 @@ -7,6 +7,12 @@ NOMAN= 1 .PATH: ${X11SRCDIR.xc}/config/util HOSTPROG= makestrs -HOST_CPPFLAGS+= -I${DESTDIR}${X11INCDIR} +HOST_CPPFLAGS+= -I. + +# Can't use -I${DESTDIR}${X11INCDIR} since pswrap is needed +# to create some header files. +# +BUILDSYMLINKS= ${X11SRCDIR.xc}/include X11 +DPSRCS+= X11 .include