mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
13 lines
279 B
Makefile
13 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>
|