From 609967fcf169b43661fc0afe22a15420582f3767 Mon Sep 17 00:00:00 2001 From: Ralph Campbell Date: Thu, 28 Mar 1985 18:54:44 -0800 Subject: [PATCH] added random_.c SCCS-vsn: usr.bin/f77/libF77/Makefile 1.2 --- usr/src/usr.bin/f77/libF77/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.bin/f77/libF77/Makefile b/usr/src/usr.bin/f77/libF77/Makefile index c43ade0c9a..f3df7230b3 100644 --- a/usr/src/usr.bin/f77/libF77/Makefile +++ b/usr/src/usr.bin/f77/libF77/Makefile @@ -1,6 +1,6 @@ # Makefile for f77 math & startup lib, libF77.a # -# @(#)Makefile 1.1 (Berkeley) %G% +# @(#)Makefile 1.2 (Berkeley) %G% CFLAGS = -O @@ -130,6 +130,7 @@ OBJS = abort_.o \ r_tan.o \ r_tanh.o \ rand_.o \ + random_.o \ range.o \ rindex_.o \ s_cat.o \ @@ -269,6 +270,7 @@ SRCS = abort_.c \ r_tan.c \ r_tanh.c \ rand_.c \ + random_.c \ range.c \ rindex_.c \ s_cat.c \ -- 2.20.1