mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
13 lines
159 B
Makefile
13 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>
|