]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/lib/libstdc++/doc/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / lib / libstdc++ / doc / Makefile
1 # $FreeBSD$
2
3 SRCDIR= ${.CURDIR}/../../../../contrib/libstdc++
4
5 .PATH: ${SRCDIR}/../libio
6
7 INFO = iostream
8
9 INFOENTRY_iostream= "* iostream: (iostream).    The GNU C++ I/O library."
10
11 MAKEINFOFLAGS+= -I ${SRCDIR}/../libio 
12
13 .include <bsd.info.mk>