243821529c
for people that don't have "NOINFO=yes" in /etc/make.conf. [read: this still refered to contrib/egcs/]
14 lines
242 B
Makefile
14 lines
242 B
Makefile
# $FreeBSD$
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/libstdc++
|
|
|
|
.PATH: ${SRCDIR}/../libio
|
|
|
|
INFO = iostream
|
|
|
|
INFOENTRY_iostream= "* iostream: (iostream). The GNU C++ I/O library."
|
|
|
|
MAKEINFOFLAGS+= -I ${SRCDIR}/../libio
|
|
|
|
.include <bsd.info.mk>
|