mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
13 lines
154 B
Makefile
13 lines
154 B
Makefile
# $Id$
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${GCCDIR}/f
|
|
|
|
INFO= g77
|
|
|
|
MAKEINFOFLAGS+= -I ${GCCDIR}/f
|
|
|
|
g77.info: g77.texi intdoc.texi
|
|
|
|
.include <bsd.info.mk>
|