mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
14 lines
309 B
Makefile
14 lines
309 B
Makefile
# $Id$
|
|
|
|
INFO = g++FAQ libg++ iostream
|
|
|
|
.PATH: ${.CURDIR}/../../../../contrib/libg++/libg++
|
|
.PATH: ${.CURDIR}/../../../../contrib/libg++/libio
|
|
|
|
# HACK ALERT!
|
|
CLEANFILES+= lgpl.texinfo
|
|
libg++.info: lgpl.texinfo
|
|
lgpl.texinfo:
|
|
echo "See the file: /usr/src/gnu/COPYING.LIB" > lgpl.texinfo
|
|
|
|
.include <bsd.info.mk>
|