summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/f77/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/f77/Makefile')
-rw-r--r--gnu/usr.bin/cc/f77/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile
deleted file mode 100644
index 9160391..0000000
--- a/gnu/usr.bin/cc/f77/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
-.include "../Makefile.fe"
-
-.PATH: ${GCCDIR}/f ${GCCDIR}
-
-PROG= f77
-SRCS= gcc.c g77spec.c
-
-CFLAGS+= -DFORTRAN_INIT=\"-lg2c\" -DFORTRAN_INIT_PROFILE=\"-lg2c_p\"
-
-DPADD= ${LIBCC_INT}
-LDADD= ${LIBCC_INT}
-
-CLEANFILES= f77.1
-
-f77.1: g77.1
- cat ${.ALLSRC} > ${.TARGET}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud