opnsense-src/gnu/usr.bin/cc/f77/Makefile
David E. O'Brien 665fb296a7 Add libcc_fbsd.a that contains libc and libiberty routines needed in
bootstraping on FreeBSD specifically.

3.2 upgrade path tested by:	marcel
1999-12-19 20:22:42 +00:00

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>