summaryrefslogtreecommitdiff
path: root/devel/boost/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost/files/Makefile')
-rw-r--r--devel/boost/files/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/boost/files/Makefile b/devel/boost/files/Makefile
deleted file mode 100644
index 7a523cf42da..00000000000
--- a/devel/boost/files/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2002/07/07 02:30:52 jschauma Exp $
-
-CXX?= c++
-
-LIB= libboost.la
-
-CXXFLAGS+= # empty
-CPPFLAGS+= -I${.CURDIR} -I${LOCALBASE}/include/sgi-stl
-
-all: ${LIB}
-
-${LIB}:
- ${LIBTOOL} ${CXX} ${CXXFLAGS} -o ${.TARGET} ${LOBJS} \
- -rpath ${PREFIX}/lib -version-info ${BOOST_VERS}