0abc0dba57
All it does is add -lf2c and -lm.
11 lines
135 B
Makefile
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>
|