14 lines
279 B
Makefile
14 lines
279 B
Makefile
# $Id: Makefile,v 1.7 1997/12/17 19:57:35 bde Exp $
|
|
|
|
EGCSDIR= ${.CURDIR}/../../../../contrib/egcs
|
|
|
|
.PATH: ${EGCSDIR}/libio
|
|
|
|
INFO = iostream
|
|
|
|
INFOENTRY_iostream= "* iostream: (iostream). The EGCS GNU C++ I/O library."
|
|
|
|
MAKEINFOFLAGS+= -I ${EGCSDIR}/libio
|
|
|
|
.include <bsd.info.mk>
|