freebsd_amp_hwpstate/gnu/usr.bin/cc/f77/Makefile

17 lines
223 B
Makefile

# $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 <bsd.prog.mk>