0292e48377
This is in prepreparation of the gcc-2.95 upgrade.
14 lines
290 B
Makefile
14 lines
290 B
Makefile
# $Id: Makefile,v 1.2 1999/04/05 10:21:30 obrien Exp $
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/egcs/libstdc++
|
|
|
|
.PATH: ${SRCDIR}/../libio
|
|
|
|
INFO = iostream
|
|
|
|
INFOENTRY_iostream= "* iostream: (iostream). The GNU C++ I/O library."
|
|
|
|
MAKEINFOFLAGS+= -I ${SRCDIR}/../libio
|
|
|
|
.include <bsd.info.mk>
|