diff options
Diffstat (limited to 'devel/boost/files/Makefile')
-rw-r--r-- | devel/boost/files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost/files/Makefile b/devel/boost/files/Makefile index e9946cc6540..a0bb198ca1f 100644 --- a/devel/boost/files/Makefile +++ b/devel/boost/files/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2000/05/12 06:15:06 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/29 22:46:44 jlam Exp $ CXX= c++ @@ -11,7 +11,7 @@ OBJS= ${SRCS:.cpp=.lo} LOBJS= ${OBJS:T} CXXFLAGS= # empty -CPPFLAGS+= -I${.CURDIR} +CPPFLAGS+= -I${.CURDIR} -I${LOCALBASE}/include/sgi-stl all: ${LIB} |