mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
16 lines
252 B
Makefile
16 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${GCCDIR}/f ${GCCDIR}
|
|
|
|
PROG= f77
|
|
SRCS= gcc.c g77spec.c version.c
|
|
|
|
DPADD+= ${LIBCC_DRV} ${LIBCC_FBSD}
|
|
LDADD+= ${LIBCC_DRV} ${LIBCC_FBSD}
|
|
|
|
f77.1: g77.1
|
|
ln -sf ${.ALLSRC} ${.TARGET}
|
|
|
|
.include <bsd.prog.mk>
|