aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 09:22:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 09:22:56 +0000
commitec237986a1bedc76e3174436617c474ac4d082f1 (patch)
tree361d869d5bbd2dbef1c827d83292f63f9e5f9f56 /gnu
parent5d9a0e5b26cd0397d8237151eed9cfc732c2f686 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/f77/Makefile18
1 files changed, 15 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile
index 95cc87c70209..c0dcefc478c5 100644
--- a/gnu/usr.bin/cc/f77/Makefile
+++ b/gnu/usr.bin/cc/f77/Makefile
@@ -1,9 +1,21 @@
#
-# $Id$
+# $Id: Makefile,v 1.6 1999/03/05 04:55:03 obrien Exp $
#
-PROG = f77
-SRCS = f77.c
+.include "../Makefile.inc"
+
+.PATH: ${GCCDIR}/f ${GCCDIR}
+
+PROG= f77
+SRCS= gcc.c g77spec.c version.c
BINDIR= /usr/bin
+CFLAGS+= -DLANG_SPECIFIC_DRIVER -DHAVE_CONFIG_H
+
+DPADD= ${LIBCC_DRV}
+LDADD= ${LIBCC_DRV}
+
+f77.1: g77.1
+ ln -sf ${.ALLSRC} ${.TARGET}
+
.include <bsd.prog.mk>