freebsd-dev/gnu/usr.bin/cc/f77/Makefile
L Jonas Olsson 0abc0dba57 Added f77 program. This is a modified version of the c++ program.
All it does is add -lf2c and -lm.
1994-10-25 14:36:50 +00:00

11 lines
135 B
Makefile

#
# $Id: Makefile,v 1.3 1994/09/18 22:35:43 wollman Exp $
#
PROG = f77
SRCS = f77.c
BINDIR= /usr/bin
NOMAN= 1
.include <bsd.prog.mk>