# $FreeBSD$ .include "../Makefile.inc" .PATH: ${GCCDIR}/f ${GCCDIR} PROG= f77 SRCS= gcc.c g77spec.c version.c DPADD= ${LIBCC_DRV} LDADD= ${LIBCC_DRV} f77.1: g77.1 ln -sf ${.ALLSRC} ${.TARGET} .include