mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
13 lines
290 B
Makefile
13 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>
|