14 lines
159 B
Makefile
14 lines
159 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${GCCDIR}/f
|
|
|
|
INFO= g77
|
|
|
|
MAKEINFOFLAGS+= -I ${GCCDIR}/f
|
|
|
|
g77.info: g77.texi intdoc.texi
|
|
|
|
.include <bsd.info.mk>
|